diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/README.md b/README.md index 78723be..492b772 100644 --- a/README.md +++ b/README.md | |||
@@ -1,7 +1,24 @@ | |||
1 | # bollux - a bash Gemini server | 1 | # bollux - a bash Gemini client |
2 | 2 | ||
3 | inspired by | 3 | inspired by |
4 | 4 | ||
5 | - [birch](https://github.com/dylanaraps/birch) | 5 | => https://github.com/dylanaraps/birch birch |
6 | - [castor](https://git.sr.ht/~julienxx/castor) | 6 | => https://git.sr.ht/~julienxx/castor castor |
7 | - [gemini](https://gemini.circumlunar.space/) | 7 | => https://gemini.circumlunar.space/ gemini |
8 | |||
9 | # CAPABILITIES | ||
10 | |||
11 | * make requests | ||
12 | * receive files | ||
13 | * use `dd` to show a nice little download status | ||
14 | |||
15 | # STILL TO DO | ||
16 | |||
17 | * some sort of paging | ||
18 | * link navigation | ||
19 | * bookmarks/history | ||
20 | * configuration | ||
21 | * generate certificates? | ||
22 | * implement TOFU? | ||
23 | * recognize and open more protocols | ||
24 | * mailcap something | ||