![]() |
8 months ago | |
---|---|---|
commands | 8 months ago | |
config | 9 months ago | |
feed | 8 months ago | |
test_data | 8 months ago | |
testutils | 8 months ago | |
.gitignore | 10 months ago | |
.goreleaser.yml | 9 months ago | |
LICENSE | 10 months ago | |
README.md | 8 months ago | |
go.mod | 9 months ago | |
go.sum | 9 months ago | |
main.go | 8 months ago |
CLI RSS feed reader
To install or update the gorgeous binary into your $GOPATH
as usual, run:
go get -u git.dtluna.net/dtluna/gorgeous
Or you can download the binaries from the releases page
$ gorgeous help
usage: gorgeous [<flags>] <command> [<args> ...]
CLI RSS feed reader
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
-c, --config=/home/dt/.config/gorgeous/config.ini
Set location of the config file with feed URLs.
Commands:
help [<command>...]
Show help.
add <URL> <name> [<comment>]
Add a new feed.
delete <name>
Delete a feed.
show [<feed>] [<post>]
Show posts in feed or contents of a post.
update [<feeds>...]
Update feeds.
attachments <feed> <post>
Show attachments of a post.
opml import <files>...
Import feeds from OPML file.
opml export <file>
Export feeds into OPML file.