Commit Graph

10 Commits (42591a97fcd9762b63b52620bb2a0b42193a4469)

Author SHA1 Message Date
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