added a todo and a note in util.rkt
parent
e7f0fbd607
commit
ad02baffb7
|
@ -15,6 +15,7 @@ Now the default directory and todo list file have better default permissions:
|
|||
|
||||
# Todos
|
||||
|
||||
- Allow the use of unquoted items to be added if the user doesn't want/forgets to use them
|
||||
- Add color option to `config.rkt` file
|
||||
- Encrypt `todo.txt` file
|
||||
- Add note on `.bash_history` about items being added here before going into the `todo.txt` file
|
||||
|
|
3
util.rkt
3
util.rkt
|
@ -117,6 +117,9 @@
|
|||
(if (and
|
||||
(check-for-directory)
|
||||
(check-for-file))
|
||||
;; Todo: add rest of arguments to make double quotation
|
||||
;; marks optional if the user doesn't want/
|
||||
;; forgets to use them
|
||||
(add-item-to-file (vector-ref args 1))
|
||||
(begin
|
||||
(display-hash-ref messages:messages 'file-not-found)
|
||||
|
|
Loading…
Reference in New Issue