m455
|
fb643f7398
|
removed several string-appends that were no longer needed
|
2019-03-12 22:41:18 -04:00 |
m455
|
7ebf92132e
|
fixed a bug that added the 'add' command to a list
|
2019-03-12 21:59:56 -04:00 |
m455
|
db79a736a2
|
quotations around added items are now optional
|
2019-03-12 16:18:19 -04:00 |
m455
|
ad02baffb7
|
added a todo and a note in util.rkt
|
2019-03-12 15:19:34 -04:00 |
m455
|
d06d952cdd
|
fixed file permission error with a 'truncate option, used racket-native file permission-changing function
|
2019-03-12 15:00:03 -04:00 |
m455
|
82e5dfbc0f
|
moved around some stuff in the readme
|
2019-03-02 10:51:13 -05:00 |
m455
|
d30f7ce9cd
|
set safer file and directory permissions
|
2019-02-24 22:36:32 -05:00 |
m455
|
0d7136644a
|
replaced nested maps with (map (compose ...) ...)
|
2019-02-06 22:56:28 -05:00 |
m455
|
1e7f73957e
|
cleaned up util.rkt and args.rkt
|
2019-02-05 22:03:21 -05:00 |
m455
|
b8b4cd6d60
|
cleaning up all of this code, and commenting complex functions
|
2019-02-05 21:20:28 -05:00 |
m455
|
45f8c22e1a
|
removed unused function
|
2019-01-31 22:56:48 -05:00 |
m455
|
2e6091c1c8
|
prefixed util.rkt
|
2018-10-10 14:27:03 -04:00 |
m455
|
d56570dcc2
|
prefixed all of rodo.rkt and args.rkt
|
2018-10-10 13:55:52 -04:00 |
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 |