Commit Graph

96 Commits (6fbaded464ea6906d035425f4de8ffae249d4b71)

Author SHA1 Message Date
m455 6fbaded464 updated READEME.md 2018-05-19 22:06:07 -04:00
m455 35569a4c04 updated READEME.md 2018-05-19 22:05:34 -04:00
m455 65beb6d7f1 updated READEME.md 2018-05-19 22:04:18 -04:00
m455 6c42714fb7 updated READEME.md 2018-05-19 22:03:00 -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 fe35b97834 added a 'do not edit this file' message in the generated file 2018-04-21 09:54:15 -04:00
m455 4f70aa1400 removed 'bugs' section, because I removed the bugssss! 2018-04-21 09:27:09 -04:00
m455 c0a0aea882 just added a rest to make things proper haha 2018-04-21 09:21:10 -04:00
m455 a6fb9c3d29 stopped user from being able to remove a number that isn't in the list 2018-04-21 09:11:02 -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 0a128707db updated README.md to be a little more useful 2018-04-18 00:12:32 -04:00
m455 91c8def7e9 updated README.md to be a little more useful 2018-04-18 00:11:08 -04:00
m455 c4e837b533 updated README.md to be a little more useful 2018-04-18 00:08:38 -04:00
m455 a26aa06c26 updated README.md to be a little more useful 2018-04-18 00:04:10 -04:00
m455 c3851346ce added a wrapper for ~/bin 2018-04-17 23:22:30 -04:00
m455 036011e7b3 added a wrapper for ~/bin 2018-04-17 23:21:47 -04:00
m455 bed696c543 added a wrapper for ~/bin 2018-04-17 23:20:58 -04:00
m455 c0c817206e fixed bug that prevented user from adding long strings. turns out it was just a wrapper problem. changed an error message to a nicer message 2018-04-17 22:58:33 -04:00
m455 87b3851e0f updated via script 2018-04-16 23:07:16 -04:00
m455 f917f2452b updated via script 2018-04-16 23:05:18 -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 76673f528d updated help command 2018-04-13 02:14:51 -04:00
m455 1b007c883f updated README 2018-04-13 02:10:24 -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
m455 2c9720fe17 updated via script 2018-04-12 14:31:05 -04:00
m455 24f7600ea4 updated via script 2018-04-12 14:25:19 -04:00
m455 f7823deebc splitting functions into different files 2018-04-10 12:53:34 -04:00
m455 e0e75438f5 updated via script 2018-04-10 12:47:51 -04:00
m455 0dcd0bf5ec updated via script 2018-04-10 12:43:59 -04:00
m455 656089add8 updated via script 2018-04-09 21:35:13 -04:00
m455 9dd54a3186 updated via script 2018-04-09 20:39:36 -04:00
m455 4da2bb3eda updated via script 2018-04-09 20:30:35 -04:00
m455 e42c9ec1d0 updated via script 2018-04-09 20:29:49 -04:00
m455 868e996c2a updated via script 2018-04-09 20:27:01 -04:00
m455 aaa2de1efb organized functions 2018-04-09 20:25:00 -04:00
m455 ec17a2918e ls argument now checks for main rodo file before trying to list items 2018-04-09 20:09:29 -04:00
m455 a2a16bddc3 can now accept LICENSE
README.md
rodo.rkt as an argument. todo: check for file when calling LICENSE
README.md
rodo.rkt
2018-04-09 20:03:12 -04:00
m455 bcc3038505 cleaning up show-list function 2018-04-09 19:40:47 -04:00
m455 c7beb0dfd0 created a show-list function. it's ugly though 2018-04-09 19:19:56 -04:00
m455 d769db8737 I don't remmeber what I fixed. It's late 2018-04-08 00:48:16 -04:00
m455 ed5541ba9a changed write-to-file to display-to-file, which allows the writing of raw characters instead of strings 2018-04-07 10:52:19 -04:00
m455 4bd3024453 can now add items from command-line arguments, but need to add EOLS to each item 2018-04-07 10:46:43 -04:00
m455 db35f12db3 fixed typo 2018-04-07 10:33:34 -04:00