Skip to main content

Commandline toolbox

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

zxvcv.cmdutil-0.5.0-py311-none-any.whl (19.7 kB view hashes)

Uploaded Python 3.11

zxvcv.cmdutil-0.5.0-py310-none-any.whl (16.5 kB view hashes)

Uploaded Python 3.10

zxvcv.cmdutil-0.5.0-py39-none-any.whl (16.4 kB view hashes)

Uploaded Python 3.9

zxvcv.cmdutil-0.5.0-py38-none-any.whl (16.4 kB view hashes)

Uploaded Python 3.8

zxvcv.cmdutil-0.5.0-py37-none-any.whl (16.4 kB view hashes)

Uploaded Python 3.7

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page