Run is a simple yet powerful command execution utility that allows you to define and manage custom commands for executing files, scripts, or URLs. It provides support for managing command entries with ease.
- Run predefined commands with arguments.
- Add and remove custom command entries.
- List and clear all saved commands.
To install, download and execute the installer. Run the installer to make it globally accessible.
Run commands using the following syntax:
run [command] [option]
| Command | Description |
|---|---|
<name> [args] |
Run the command with the given name. |
add <name> <operation> |
Add a new command with the given name and operation. |
rm <name> remove <name> |
Remove the command with the given name. |
-l list |
List all saved commands. |
clear |
Clear all stored commands. |
-v --version |
Display version information. |
-h --help |
Display help message. |
-
Adding a command
run add myscript "C:\Scripts\myscript.bat"run add youtube "https://www.youtube.com"run add vs "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe" -
Running a command
run myscript
run youtube
run vs
-
Listing all commands
run -l
-
Removing a command
run rm myscript
-
Clearing all commands
run clear
This project is licensed under the MIT License.
Feel free to submit issues and pull requests for improvements.