all repos — aflux @ bd4e88e8c9decfdb50e67af594f415102aab5491

README.md (view raw)

 1# Activity flux
 2
 3## Build
 4
 5```bash
 6go build
 7# Executable "aflux" is now available in current directory
 8```
 9
10## Usage
11
12```bash
13export ATOM_URL=https://5ika.ch/posts/index.xml
14aflux
15
16aflux -t # TUI mode
17aflux -s # Sort from oldest to newest
18aflux -d # Show description for each event
19```