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