update TODO - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 28cf530d7209eb187a8743bb0543cfc5a633b9ae
(DIR) parent 6c1e0b022a41bc379bf6c03d685114a0bdc87d73
(HTM) Author: Solene Rapenne <solene@perso.pw>
Date: Sun, 5 Nov 2017 20:09:50 +0000
update TODO
Diffstat:
M TODO | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
(DIR) diff --git a/TODO b/TODO
@@ -1,13 +1,13 @@
-# FEATURE
+* FEATURE
-- add a bookmark "b" function to store the current page location
-- add a bookmark "B" function to display the bookmarks
-- add a dump "d" function to display the raw response
-- history mode which save every file into a filesystem tree to preserve data if gopherhole go offline
+- TODO add a bookmark "b" function to store the current page location
+- TODO add a bookmark "B" function to display the bookmarks
+- TODO add a dump "d" function to display the raw response
+- TODO history mode which save every file into a filesystem tree to preserve data if gopherhole go offline
-# CODE
+* CODE
-- find a better color scheme
-- use CLOS to store data
-- store the whole page and deal with it later (but not if it's not a 0 or 1 type)
+- TODO find a better color scheme
+- DONE use CLOS to store data
+- TODO store the whole page and deal with it later (but not if it's not a 0 or 1 type)