Tips - sidvishnoi/jekyll_helper GitHub Wiki

Add an alias for even easier helper usage.

For example, on Ubuntu (bash)

Edit .bashrc

$ gedit ~/.bashrc

add the following in end,

alias myhelper="cd ~/path/to/my/project/ && python helper.py "

and use as

$ myhelper -h
$ myhelper [OPTIONS]