You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Collections, Tags, Comments:** Group related commands into collections for easy access, categorize commands using tags with customizable colors, and add notes and descriptions to commands for better understanding.
19
-
***Command Templates:** Define commands with {{variables}} for dynamic replacement.
20
-
***Man (Manual) Page Integration:** View man pages directly within the app. Support automatic Highlighting for your command options.
21
-
***Dark/Light Mode:** Choose your preferred theme.
22
-
***Cross-Platform:** Works on Windows, and macOS. (Linux support will be added by ~May 26th~ June 2nd)
* Download the dmg app installer from [release](https://github.com/johnwangwyx/cmdCompass/releases/tag/v0.9.0). Open the installer and drag the CmdCompass app to your Application folder.
34
+
* Download the dmg app installer from [release](https://github.com/johnwangwyx/cmdCompass/releases/tag/v1.0.0). Open the installer and drag the CmdCompass app to your Application folder.
43
35
44
36
<imgwidth="300"alt="Screenshot 2024-05-23 at 4 38 37 PM"src="https://github.com/johnwangwyx/cmdCompass/assets/78456315/b709618a-2c40-4c48-887b-b628f3eb4dff">
45
37
@@ -50,7 +42,7 @@ Please install groff by:
50
42
51
43
52
44
## User Installation - Windows
53
-
* Download the zip or the 7z archive from [release](https://github.com/johnwangwyx/cmdCompass/releases/tag/v0.9.0) and decompress it. You are now ready to use the App (cmdCompass.exe)!
45
+
* Download the zip or the 7z archive from [release](https://github.com/johnwangwyx/cmdCompass/releases/tag/v1.0.0) and decompress it. You are now ready to use the App (cmdCompass.exe)!
54
46
55
47
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](https://www.reddit.com/r/electronjs/comments/17sizjf/a_guide_to_code_signing_certificates_for_the/) to sign my app)
56
48
@@ -59,6 +51,10 @@ Note: When you open the app for the first time, the Windows Smart Screen will op
59
51
60
52
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](https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/EZWinPorts.html), I have added the groff binary built for Windows to the Windows build.
61
53
54
+
## User Installation - Linux
55
+
* Install `groff` with your package manager.
56
+
* Download and decompress the app from [release](https://github.com/johnwangwyx/cmdCompass/releases/tag/v1.0.0). You can just right-click and run the `cmdCompass` executable with `GNOME` or run with `./cmdCompass` in terminal.
57
+
62
58
## User Guide
63
59
### GUI breakdown
64
60
Below is a breakdown of the different components and their use cases:
0 commit comments