akl/README.md

31 lines
495 B
Markdown
Raw Permalink Normal View History

# akl
2023-05-29 15:56:38 +00:00
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.
2023-05-21 19:18:30 +00:00
## Install
```
2023-05-29 16:31:28 +00:00
curl https://git.coopcloud.tech/decentral1se/akl/raw/branch/main/akl -o akl
chmod +x akl
```
2023-05-21 19:18:30 +00:00
## 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
```
2023-05-21 19:22:11 +00:00
## Release
```
go build .
upx --best --lzma akl
```