summary refs log tree commit diff
path: root/README.org
blob: 2cff1a0678cbf34176f0fde68c2d4fbda6be2ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#+title: lifesigns: A Twitch Who's Live CLI

* Lifesigns
A CLI for status applications that shows live followed streamers

~'secrets' File not found, Check the README~:
- Create the file ~"~~/.local/share/lifesigns/secrets"~
- Populate it with 2 lines being your registered Twitch app's ClientID and ClientSecret
  #+begin_src
    clientid
    clientsecret
  #+end_src

** TODO
- Finish this README
- User should only interact with a config in .config/lifesigns
- Add -h/--help for otf configuration
- Replace Error panics with sending up the chain to Main