| 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 | instructions |
| 15 | ------------ |
| 16 | |
| 17 | ### requirements |
| 18 | [Racket](https://download.racket-lang.org/) |
| 19 | |
| 20 | ### installation |
| 21 | 1. Run `make install` or `raco pkg install` |
| 22 | 2. Add `$HOME/.racket/7.9/bin` to your `$PATH` |
| 23 | (replacing `7.9` with whatever version you have installed) |
| 24 | |
| 25 | ### usage |
| 26 | `tt (FOLLOW-FILE)` |