Goat Komander, GKomander or simply GK is a simple project management tool written in bash.
Features:
- Create project following user defined templates
- Switch between managed projects
- Launch project related scripts
- Define alias and functions to manage projects
Execute the following command in a bash shell
$ curl -s https://raw.githubusercontent.com/jwillp/GKomander/master/install.sh | bash
Refresh our environment variables:
$ source ~/.bashrc
To check that your installation is working, run the command:
$ gk
- Clone this repository in your home directory
$ git clone https://github.com/jwillp/GKomander/ ~/.gk
- In your bashrc, create an alias like so:
alias gk="source ~/.gk/GKomander.sh"
Note: It is important for the script to be sourced or else many of its feature won't work properly.
For help on how to use:
gk --help
Execute the following command:
$ gk update
Simple git pull
in the ~/.gk
directory