blob: c987eed1696e98095cc2122a83e4444cbe541584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# bollux - a bash Gemini client
inspired by
=> https://github.com/dylanaraps/birch birch
=> https://git.sr.ht/~julienxx/castor castor
=> https://gemini.circumlunar.space/ gemini
# CAPABILITIES
* make requests
* receive files
* use `dd` to show a nice little download status
* use `less` to display text/* files
* link navigation
* man page
* configuration
# STILL TO DO
* test configuring capabilities
* bookmarks
* history
* mailcap something
* generate certificates?
* implement TOFU?
* recognize more protocols
# LICENSE
MIT
# CONTRIBUTING
Feel free to write to my
=> https://lists.sr.ht/~acdw/public-inbox public inbox
with changes you'd like to make, or submit an issue to the
=> https://todo.sr.ht/~acdw/bollux ticket tracker.
|