diff --git a/README.md b/README.md index 0cc1088..922eae6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ By Jesse Laprade ## Todo - [ ] Only allow quoted items to be added +- [ ] Add color option to config file +- [ ] Encrypt todo list file # Screenshot diff --git a/messages.rkt b/messages.rkt index 319dbae..e4647b5 100644 --- a/messages.rkt +++ b/messages.rkt @@ -54,7 +54,7 @@ "> creating a " config:program-directory " folder in " - config:program-path " ...\n") + config:program-path "\n") 'creating-file (string-append @@ -62,7 +62,7 @@ config:program-file " file in " config:program-path - config:program-directory " ...\n") + config:program-directory "\n") 'creation-error (string-append @@ -116,7 +116,7 @@ (string-append "> Exiting " config:program-name - " ...\n") + "\n") 'choose-y/n "> Error: Please choose y or n\n"