Remove iconv dash
[bollux.git/.git] / README.md
1 # bollux - a bash Gemini client
2
3 inspired by
4
5 * [birch](https://github.com/dylanaraps/birch)
6 * [castor](https://git.sr.ht/~julienxx/castor)
7 * [gemini](https://gemini.circumlunar.space/)
8
9 # CAPABILITIES
10
11 * make requests
12 * receive files
13 * use `dd` to show a nice little download status
14 * use `less` to display text/* files
15 * link navigation
16 * man page
17 * configuration
18
19 # STILL TO DO
20
21 * history --
22   SEE the [history branch](https://git.sr.ht/~acdw/bollux/tree/history)
23 * test configuring capabilities
24 * bookmarks
25 * mailcap something
26 * generate certificates?
27 * implement TOFU?
28 * recognize more protocols
29
30 # INSTALL
31
32 ## From source
33
34 ```
35 $ git clone https://git.sr.ht/~acdw/bollux
36 $ cd bollux
37 # make install
38 ```
39
40 ## Alternative
41
42 ```
43 $ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.2.2/bollux
44 $ chmod +x bollux
45 $ ./bollux
46 ```
47
48 It's a bash script, so just plop it in your $PATH somewhere.
49
50 # LICENSE
51
52 MIT
53
54 # CONTRIBUTING
55
56 Feel free to write to my
57 [public inbox](https://lists.sr.ht/~acdw/public-inbox)
58 with changes you'd like to make, or submit an issue to the
59 [ticket tracker.](https://todo.sr.ht/~acdw/bollux)