Desktop Application for managing and executing commonly used terminal commands
- Exec is a utility app for saving commonly used terminal commands in a easily accessible list that can be executed quickly.
- Each time a command is executed it will simply open a CLI (terminal) window and execute the command for you.
- Condensed View Mode
- Command Arguments (Free form, option, and file based)
- Import and Export Lists
- Drag and Drop Organizing
- Command List Groups
- Optional Headless command execution (Runs in the background instead of a terminal window)
- Download the latest release for mac from the relases page
- Install "nvm" - install steps
- Open a new terminal and run
nvm install 10
to install node.js v 10
- Clone/Download the repository
- Open a terminal and navigate to the root of the project
- Run
npm install
- Run
npm run-script build
- Open a File Explorer and navigate to the "artifacts" folder generated at the root of the app and choose the appropriate executable.