cmdCompass
cmdCompass copied to clipboard
cmdCompass is a cross-platform, Linux command management tool designed for DevOps and System Admins. With features like custom collections, tagging, variable substitution, and integrated man page with...
Just ran across this and it looks very promising! I have started a similar tool with the same basic idea of managing commands. I started from a different direction and...
Unittests are currently in `./test` directory and can be run by: `python -m unittest discover -s "./test" -t "./"` (i.e running tests in `./test` from project's root) We can setup...
Good First Issue for people with some experience with the `tkinter` module. (Note `customtkinter` module used here is based on `tkinter` so you can still call .geometry() or other functions...