0 Members and 1 Guest are viewing this topic.
Getting ready to release an update.In addition to case insensitive searching and the #! fix, I've:1. Changed the way downloaded files are named- they contain the path (so "83plus-asm-games-generate.zip" rather than just "generate.zip") to fix the issue with multiple files containing the same name.2. Added command-line opts for searching. The opts are:-c [name]: --category=[name]: some category to search in. This can be high level like "83plus" or "win", and it can also be "games" or "math" or "basic" or "os" or whatever.-g: --game: Searches for games only ("-c games")-m: --math: Searches for math and science only ("-c math" and "-c games")These switches only work with the list and get commands. I also added a switch for update, -s or --silent, which keeps output to a minimum. All switches can be viewed with "calcpkg.py -h".I'm also just going to have a separate Unix and Windows version on ticalc.org (and Cemetech) with the different line endings.I just need to rewrite the readme, boot into Windows and test the Windows version, and then I'll release.
ScoutDavid: By "not run using cmd", you mean "not be a command line program and have a GUI", I assume. (Please clarify if I'm mistaken).