akl/README.md

31 lines
475 B
Markdown
Raw 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-21 19:21:17 +00:00
ssh -p 23231 45.83.235.53 repo blob --raw akl akl > 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
```