From f2877477fb99f4cde7142c94a642b4dcebcb9eb6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 21 May 2023 21:18:30 +0200 Subject: [PATCH] docs: whacky install/usage docs --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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 +```