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