diff --git a/man/trss.1 b/man/trss.1 new file mode 100644 index 0000000..5decc38 --- /dev/null +++ b/man/trss.1 @@ -0,0 +1,32 @@ +.TH TRSS 1 trss +.SH NAME +trss \- command oriented feed reader powered by sfeed +.SH SYNOPSIS +.B trss +.SH INTERFACE +.TP +.B ls +list all feed names in the 'feed home', or within a feed, list all items within +.TP +.B cd +focus another feed. in order to go back to the 'feed home', use 'cd' or 'cd ..' +.TP +.B sync +with no arguments and in the 'feed home', syncs all feeds. if in a specific feed, syncs that feed. a feed can be specified in an argument. +.TP +.B cat +open all feeds whose titles contain text as specified by an argument in 'lynx' + +.SH trss-yt-id +this script is designed to allow one to obtain an rss feed for the uploads of a youtube channel. this command takes the homepage of the youtube channel in question as an argument and then returns the rss feed for that channel. + +.SH BUGS +- 'set' is a stub + +- when in a feed, you can't cd to another directly, you must go to to the 'feed home' and then cd + +.SH DEPENDS +sfeed + +.SH AUTHOR +randomuser