jwillp / GKomander

Simple project management tool for the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gkcommander_logo_100px

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

Installation

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

Manual Installation

  1. Clone this repository in your home directory
$ git clone https://github.com/jwillp/GKomander/ ~/.gk
  1. 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.

Usage

For help on how to use:

gk --help

Update

Execute the following command:

$ gk update

Manual Update

Simple git pull in the ~/.gk directory

About

Simple project management tool for the command line


Languages

Language:Shell 100.0%