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