Commit Graph

15 Commits (main)

Author SHA1 Message Date
Jesse Laprade f0deadbd02 fixed typo that caused error 2021-07-25 18:20:52 -04:00
Jesse Laprade b8b1fcec4c fixed help message 2021-04-15 22:20:26 -04:00
Jesse Laprade fbc610bab3 fixed a little bug 2021-04-15 22:12:33 -04:00
Jesse Laprade e58a97724e Added a new 'update' feature and cleaned things up! 2021-04-15 22:09:16 -04:00
Jesse Laprade dbd80a0b2c Removed too-many-args error message in place of just 'incorrect usage' error 2020-09-24 15:09:41 -04:00
Jesse Laprade b16a1a70bf simplified pattern matching 2020-07-16 17:03:53 -04:00
Jesse Laprade bad36d5229 Simplified command line parsing and pattern matching by using a match expander 2020-07-16 10:13:52 -04:00
Jesse Laprade 7ce3d70456 added a separate procedure to check program file permissions 2020-07-15 11:50:13 -04:00
Jesse Laprade 40e8dc46b9 Simplified a lot of functionality
* Removed hardcoded command values from `match` when processing command line arguments
* Removed repair functionality and replaced it with warnings and messages
* Fixed a bug that raised an error when a user would try to remove an item using a string
2020-07-14 17:04:03 -04:00
Jesse Laprade 1212eaf66b changed add and remove message format 2020-06-21 11:58:08 -04:00
Jesse Laprade 2de2c3ca1e fixed a really bad bug lol 2020-06-20 00:46:28 -04:00
Jesse Laprade 73092cf307 moved permissions comment 2020-06-20 00:12:37 -04:00
Jesse Laprade d472c4c155 simplied, organized, and just better programmed everything haha 2020-06-19 17:54:51 -04:00
Jesse Laprade 7c7bdf15d4 Rewrote almost everything
* Removed different command naming options to simplify maintenance
* Renamed "init" command to "initialize"
* Simplified condition checking
* Made numbering more human by starting at 1 instead of 0
* Used path procedures instead of haphazardly stringing things together
* Adjusted README according to the new changes
* Moved init.rkt into utils.rkt
* Added new messages
* Edited existing messages
2020-06-12 00:46:44 -04:00
m455 6cd544977d moved soure files into src directory 2020-03-14 23:37:51 -04:00