removed dots from prompt. they were distracting
parent
45f8c22e1a
commit
3f68538eb3
|
@ -7,6 +7,8 @@ By Jesse Laprade
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- [ ] Only allow quoted items to be added
|
- [ ] Only allow quoted items to be added
|
||||||
|
- [ ] Add color option to config file
|
||||||
|
- [ ] Encrypt todo list file
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
"> creating a "
|
"> creating a "
|
||||||
config:program-directory
|
config:program-directory
|
||||||
" folder in "
|
" folder in "
|
||||||
config:program-path " ...\n")
|
config:program-path "\n")
|
||||||
|
|
||||||
'creating-file
|
'creating-file
|
||||||
(string-append
|
(string-append
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
config:program-file
|
config:program-file
|
||||||
" file in "
|
" file in "
|
||||||
config:program-path
|
config:program-path
|
||||||
config:program-directory " ...\n")
|
config:program-directory "\n")
|
||||||
|
|
||||||
'creation-error
|
'creation-error
|
||||||
(string-append
|
(string-append
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
(string-append
|
(string-append
|
||||||
"> Exiting "
|
"> Exiting "
|
||||||
config:program-name
|
config:program-name
|
||||||
" ...\n")
|
"\n")
|
||||||
|
|
||||||
'choose-y/n
|
'choose-y/n
|
||||||
"> Error: Please choose y or n\n"
|
"> Error: Please choose y or n\n"
|
||||||
|
|
Loading…
Reference in New Issue