diff --git a/README.md b/README.md index 471fc69..691ee05 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ # akl -All links posted since last month on the Anarchokrant RSS feed. +All links posted since last month on the Anarchokrant RSS feed. Handy for +quickly gathering everything and curating from there. The feeds are gathered +from the FvA website API. + +## Install ``` -go run akl.go +ssh -p 23231 45.83.235.53 repo blob akl akl > akl ``` -Handy for quickly gathering everything and curating from there. +## Usage + +``` +akl # output to cli +akl > posts.txt # save to file +akl | xclip # copy/pasta +akl -d 20 # all posts from the 20th of last month +```