m455
|
fb245b1b8f
|
removed and fixed an unnecessary comma
|
2018-05-18 23:36:46 -04:00 |
m455
|
1d1afbfa78
|
items are now added as single items instead of converting to a list, when adding to the todo list
|
2018-04-28 09:56:30 -04:00 |
m455
|
22cecf9a11
|
changed two lets into one let
|
2018-04-28 09:31:39 -04:00 |
m455
|
d9aea661a1
|
moved feedback messages till after add and remove are done. now shows which item was removed
|
2018-04-26 00:24:35 -04:00 |
m455
|
64681f005e
|
cleaned up the way an item is added to the list. it now creates a (lisp) list and appends the argument to the list, then writes the list to the file
|
2018-04-18 09:42:50 -04:00 |
m455
|
05b03ea28b
|
can now remove items without errors, but have to improve the process of removing and adding items later
|
2018-04-16 09:57:38 -04:00 |
m455
|
e8c97fdba7
|
updated via script
|
2018-04-15 00:15:10 -04:00 |
m455
|
5b7338e4fa
|
fixed a weird bug where a trailing newline would make itself into an item
|
2018-04-13 02:35:59 -04:00 |
m455
|
88f4480f3a
|
fixed a little bug where if you first initialized and then tried to remove something from an empty file it would produce an error
|
2018-04-13 02:08:22 -04:00 |
m455
|
711cd96ddb
|
most things work now?
|
2018-04-13 01:02:48 -04:00 |
m455
|
6125f0e114
|
organized functions into files
|
2018-04-12 14:37:01 -04:00 |