add trss manpage
This commit is contained in:
parent
b917fd2de9
commit
11d85172f5
|
@ -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 <random user at tilde dot club>
|
Loading…
Reference in New Issue