Add bash aliases to python package commands -


i have written small python module provides commands such:

cheesy (ls|list) 

i alias cheesy ls ch-ls. don't want add manually bash_rc, create alias environment automatically when package setup.py installs.

i wondering if can add bash function package , add shell using python.


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -