demo-long.mp4
- Screenshots
- User Installation-Mac
- User Installation-Windows
- User Installation-Linux & Distro Compatibility
- User Guide
- Contributing
Support 1000+ Cached Core Utility Man pages for instant Lookup. (With the ability to get ~90000 Man pages from ~60000 packages from download and converted to HTML)
The tool uses groff (GNU Roff) to convert downloaded man pages to HTML.
Please install groff by:
brew install groff
-
Download the dmg app installer from release. Open the installer and drag the CmdCompass app to your Application folder.
-
For the first time only, open the Application folder on Finder, right-click the app and choose
open
. (This is to trust app because I am an "unreconized developer" and don't have 99 USD to pay for the Apple Developer Program to be able to sign a certificate to my app)
- Download the zip or the 7z archive from release and decompress it. You are now ready to use the App (cmdCompass.exe)!
Note: When you open the app for the first time, the Windows Smart Screen will open, Windows will block the app because it is an "unreconized app". You have to click on More Info
and then a button will show up for you to open the app. (The App remain unreconized unless I pay $$$ to get a certificate to sign my app)
In case you are wondering, for Windows, you don't need to install groff
like Mac users. Groff is not available natively on Windows anyway but thanks to the project EZWinPorts, I have added the groff binary built for Windows to the Windows build.
- Install
groff
with your package manager. Note on Debian or Ubuntu, even withgroff
already installed, you may likely need to runsudo apt install groff
again as the pre-installed version is unable to convert to HTML documents, resulting in empty man HTML pages being displayed - Download and decompress the app from release. You can just right-click and run the
cmdCompass
executable withGNOME
or run with./cmdCompass
in terminal.
Below distros are tested:
- Ubuntu 24.04 with GNOME
- Debian 12.5.0 with GNOME
- CentOS-Stream-9 with GNOME
- Arch 2024.5.01 with GNOME
Below is a breakdown of the different components and their use cases:
-
[Tag Definations] You can define your tags here with custom colors, and remove existing tags.
-
[Collection Management] You can choose an existing collection to view your command in this collection. Additionally, you can use the add ( ) and remove () buttons to add a new collection or remove the current selected collection.
-
[Command List] This List contains all your commands within the currently selected collection. You can use the select () button to view the command in detail in the right penale. Or you can click on the button to add/remove your existing tags to this command.
-
[Command Body] The full body of your command will be displayed here. You can use the copy () button on the right to copy this command to your clipboard. Note: the save () button will be enabled once you made changes to your command body.
-
[Comment Tab] You can add your comment for the selected command here.
-
[Man Page Tab] The man page of your current command will be displayed here. You can also choose to highlight your command options () to view the man pages with your options highlighted.
-
[Theme Switch] Toggle your theme between day and dark mode.
If you define your command with {{variable}}
, an input box will be automatically created after the command body window. You can specify as many as you want as long as your variables are enclosed in {{}}
.
Contributions are welcome! Please feel free to open issues or submit pull requests. The tool is still in early stage so please bear with me. :)
Please read CONTRIBUTING.md for the project structure and workflows.