0 purchases
zxvcv.cmdutil 0.5.0
zxvcv.cmdutil
Commandline toolbox.
Setup aliases
To use aliases provided with this package:
Windows
Add path <python_path>/Lib/site-packages/zxvcv/cmdutil/aliases/dos
Unix
Run command (for python 3.11): printf "\nexport PATH=\$PATH:~/.local/lib/python3.11/site-packages/zxvcv/cmdutil/aliases/unix\n. ~/.local/lib/python3.11/site-packages/zxvcv/cmdutil/aliases/unix/bash_zxvcv_aliases\n\n" >> ~/.bashrc
requires to install sudo apt install python-is-python3 or set alias python=python3 $@
To get python site-packates path run: python3 -m site
Provided aliases
Windows
clear = cls
gita = git add -A :!a
gitl = git log --graph --oneline %*
la = dir
ll = dir
ls = dir /B
venva - support activation python venvs (see --help)
venvi - support creation python venvs (see --help)
venvr - support removing python venvs (see --help)
venvl - list available python venvs (see --help)
Unix
cls = clear
gita = git add -A :!a
gitl = git log --graph --oneline $@
venva - support activation python venvs (see --help)
venvi - support creation python venvs (see --help)
venvr - support removing python venvs (see --help)
venvl - list available python venvs (see --help)
Virtual Python Environemts Paths
Windows: C:\PythonVenv
Unix: ~/pythonvenv
Scripts
zxvcv.pullall
Helps updating multiple git repositories (see --help)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.