Skip to content

fiwon123/crower

Repository files navigation

crower

    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

OS Support

  • Windows (cmd to execute commands)
  • Linux (sh to execute commands)

About

  • type go run ./ --help to show availables parameters
  • paramereters: add, update, delete, reset, list...

Example

  • go run ./ --add -n "command1" -a "com1,c" -e "echo hello"

now you can use name or alias:

  • go run ./ command1
  • go run ./ com1
  • go run ./ c

About

A simple command manager to help developers to list, add, remove, edit and exec commands more easily.

Topics

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE

Stars

Watchers

Forks

Packages

No packages published

Languages