docs: whacky install/usage docs

This commit is contained in:
decentral1se 2023-05-21 21:18:30 +02:00
parent 110944600d
commit f2877477fb
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 14 additions and 3 deletions

View File

@ -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
```