A dev tool that manages system commands by executing commands via custom aliases and managing it with useful operations like add, edit, remove, list and more.
Latest Releases: Link
More information on Wiki page: Link
- Windows (cmd to execute commands)
- Linux (sh to execute commands)
- type
go run ./ --helpto show availables parameters - paramereters: add, update, delete, reset, list...
go run ./ --add -n "command1" -a "com1,c" -e "echo hello"
now you can use name or alias:
go run ./ command1go run ./ com1go run ./ c