Dont ask for permission to auto-install dependencies
[tt.git] / README.md
CommitLineData
3773a4cd
SK
1tt
2==
691c20d1 3A more-unixy [twtxt](https://github.com/buckket/twtxt) client.
3773a4cd
SK
4
5Doesn't force you to maintain a master "following" file (the way Twitter does),
6but let's you point it to any follow-file every time it runs.
7
8This means unlimited possibilities for ad-hoc, interesting filtering
9combinations. Especially when paired with
10[process substitution](https://en.wikipedia.org/wiki/Process_substitution).
11
a7c22aa9 12![Screenshot](screenshot-multi.jpg)
3773a4cd 13
236a8692 14
3773a4cd
SK
15instructions
16------------
17
18### requirements
19[Racket](https://download.racket-lang.org/)
20
21### installation
3b0e3842
SK
221. Run `make install` or `raco pkg install`
232. Add `$HOME/.racket/7.9/bin` to your `$PATH`
24 (replacing `7.9` with whatever version you have installed)
3773a4cd
SK
25
26### usage
27`tt (FOLLOW-FILE)`
236a8692
SK
28
29
30notes
31-----
32
33### LWW downloads
34Downloaded timelines are stored in `~/.tt/cache/<SHA1_OF_URI>`, but no attempt
35is made to preserve the previously-downloaded messages - each download
36overrites the previous. One of the implications is that authors can edit/delete
37history without you noticing.
This page took 0.038596 seconds and 4 git commands to generate.