Mc01 / wgit-py

:octopus: Beautiful project manager living in your shell. Rewritten in beautiful language.

Home Page:http://watchgit.com/wgit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wgit.py

Beautiful project manager living in your shell.
Rewritten in beautiful language.


https://github.com/watchgit-com/wgit-py/blob/master/images/wgit.png


Requirements

Requirements for installation


Setup

Installation process

git clone https://github.com/watchgit-com/wgit-py.git ~/.wgit
cd ~/.wgit
bash install.sh
wgit init

Add current directory to projects

Each project has it's alias and name.
Alias is the console shortcut to project name.

wgit add {alias} {name}

Example usage:

https://github.com/watchgit-com/wgit-py/blob/master/images/add.png


Remove current directory from projects

Keeping project list small and updated is vital.
Greatly improves the readability and speed of output.

wgit remove {alias}

Example usage:

https://github.com/watchgit-com/wgit-py/blob/master/images/remove.png


List all projects

Iterating through all projects will list their name and alias.
Current git branch and shortlist of changes.

wgit list

Example usage:

https://github.com/watchgit-com/wgit-py/blob/master/images/list.png


Go to directory of project

Jumping directly to project is what it is all about.
End user just needs the fast and easy way to navigate.

cd $(wgit go {alias})

Example usage:

https://github.com/watchgit-com/wgit-py/blob/master/images/go.png


License

MIT

About

:octopus: Beautiful project manager living in your shell. Rewritten in beautiful language.

http://watchgit.com/wgit

License:MIT License


Languages

Language:Python 96.4%Language:Shell 3.6%