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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -