Bump version
authorCase Duckworth <acdw@acdw.net>
Fri, 22 May 2020 22:19:00 +0000 (17:19 -0500)
committerCase Duckworth <acdw@acdw.net>
Fri, 22 May 2020 22:19:59 +0000 (17:19 -0500)
README.md
bollux

index 78723be..492b772 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,24 @@
-# bollux - a bash Gemini server
+# bollux - a bash Gemini client
 
 inspired by
 
-- [birch](https://github.com/dylanaraps/birch)
-- [castor](https://git.sr.ht/~julienxx/castor)
-- [gemini](https://gemini.circumlunar.space/)
+=> 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
+
+# STILL TO DO
+
+* some sort of paging
+* link navigation
+* bookmarks/history
+* configuration
+* generate certificates?
+* implement TOFU?
+* recognize and open more protocols
+* mailcap something
diff --git a/bollux b/bollux
index 0361545..9934dab 100755 (executable)
--- a/bollux
+++ b/bollux
@@ -2,7 +2,7 @@
 # bollux: a bash gemini client or whatever
 # Author: Case Duckworth <acdw@acdw.net>
 # License: MIT
-# Version: -0.8
+# Version: -0.7
 
 set -euo pipefail