added a todo and a note in util.rkt

main
m455 2019-03-12 15:19:34 -04:00
parent e7f0fbd607
commit ad02baffb7
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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)