diff options
author | Case Duckworth | 2020-05-24 00:28:01 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-24 00:28:01 -0500 |
commit | 181766f8068043d79bcbd08bd7326758718ab7fb (patch) | |
tree | d8c377a459d44ecf1d9d1bca224dcaeaee13b8f4 | |
parent | Add tee to prepare for links (diff) | |
download | bollux-181766f8068043d79bcbd08bd7326758718ab7fb.tar.gz bollux-181766f8068043d79bcbd08bd7326758718ab7fb.zip |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 492b772..db09905 100644 --- a/README.md +++ b/README.md | |||
@@ -11,14 +11,14 @@ inspired by | |||
11 | * make requests | 11 | * make requests |
12 | * receive files | 12 | * receive files |
13 | * use `dd` to show a nice little download status | 13 | * use `dd` to show a nice little download status |
14 | * use `less` to display text/* files | ||
14 | 15 | ||
15 | # STILL TO DO | 16 | # STILL TO DO |
16 | 17 | ||
17 | * some sort of paging | ||
18 | * link navigation | 18 | * link navigation |
19 | * bookmarks/history | 19 | * bookmarks/history |
20 | * configuration | 20 | * configuration |
21 | * mailcap something | ||
21 | * generate certificates? | 22 | * generate certificates? |
22 | * implement TOFU? | 23 | * implement TOFU? |
23 | * recognize and open more protocols | 24 | * recognize and open more protocols |
24 | * mailcap something | ||