git user switcher
Project description
gux
git user switcher
Installation
gux is written in Python3 and uses pip3 for installation.
pip3 intall gux
Usage
gux has the following commands: 'use', 'add', 'list', 'ls', 'rm'.
gux use [user] - Changes the main tracked user used by gux
gux rm [user] - Deletes a user from the gux registry
gux add - Adds a new user to the gux registry
gux list - Lists the current git configurations in a repo
gux ls - Show list of current users registered to gux
Development
Use pipenv to isolate your development environment. Run the following from the project root:
pipenv shell --python=`which python3`
In your pipenv environment, install gux manaully:
Note: Replace the X with the current gux verion.
python setup.py sdist bdist_wheel && pip install --upgrade --force-reinstall dist/gux-0.0.X-py3-none-any.whl
To upload the app to pypi:
python3 setup.py sdist bdist_wheel && python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gux-0.0.3.tar.gz.
File metadata
- Download URL: gux-0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
425464f0bf3e9a6bb12495e655e71bcf2c87bceab56ac5523a470c727b553a84
|
|
| MD5 |
0bee48e4b3271c52339eba0d7d86f598
|
|
| BLAKE2b-256 |
32ab5da656664e45f1834ba637837cfc75fd785672abf10bc5349b624ee0b87a
|
File details
Details for the file gux-0.0.3-py3-none-any.whl.
File metadata
- Download URL: gux-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0ee3d5960efa6d2bed4283c953e03f994fc104c9b4d2f59b815f16d9eade45f
|
|
| MD5 |
192d7b1397329c94d60889cd8d180242
|
|
| BLAKE2b-256 |
610d09847c9f9cd1bb7191a3366c43ccf1f9ea63be5b99c0dae4e2bf0d0e1524
|