Collection of useful command line utilities and snippets to help you organise your workspace and improve workflow

Utility library

Scripts

To install scripts into your bin folder, simply run:

Note that this requires you to either add ~/.local/bin to path, or specify a custom bin path (e.g. sudo python install.py /usr/bin). This will simply copy all scripts to that directory without their .py extension.

Clone

If you ever needed to quickly clone 3rd party git repositories or simply structure your current repositories, you’ll definitely find this utility useful.

This utility allows you to automatically organise your repositories by their domain names, then owners, and then the repository names:

Git/
github.com/
td0m/
hewtils
dragons
q
facebook/
react

 

 

 

To finish reading, please visit source site