cmdCompass icon indicating copy to clipboard operation
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...

Results 4 cmdCompass issues
Sort by recently updated
recently updated
newest added

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
CI/CD

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...

enhancement
good first issue

I implemented that the tag window changes with the position of the main window and is located in the middle of the main window. Code implementation idea is to pass...