Anarchokrant listing
Go to file
decentral1se d1892693a9
chore: oh, we have binary
2023-05-29 18:31:28 +02:00
.gitignore fix: upload the bin 2023-05-21 21:18:54 +02:00
README.md chore: oh, we have binary 2023-05-29 18:31:28 +02:00
akl fix: release new bin 2023-05-21 21:20:09 +02:00
akl.go feat: web polling version, with day flag 2023-05-21 21:10:25 +02:00
go.mod wip: last months articles 2023-05-18 20:00:37 +02:00
go.sum wip: last months articles 2023-05-18 20:00:37 +02:00

README.md

akl

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

curl https://git.coopcloud.tech/decentral1se/akl/raw/branch/main/akl -o akl
chmod +x akl

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

Release

go build .
upx --best --lzma akl