No project description provided
Project description
My Alias
Alias management help tool for terminal.
Install
pip install myalias
Setup
myalias setup
Help
myalias --help
#return:
Usage: myalias [OPTIONS] COMMAND [ARGS]...
╭─ Options ─────────────────────────────────────────────────────────────────────────╮
│ --version -v Show the version and exit. │
│ --help Show this message and exit. │
╰───────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────╮
│ add-alias Add alias command. │
│ list-alias List alias command. │
│ remove-alias Remove alias command. │
╰───────────────────────────────────────────────────────────────────────────────────╯
╭─ Help and Others ─────────────────────────────────────────────────────────────────╮
│ about Display information about the application. │
│ setup Setup initial to configure application. │
╰───────────────────────────────────────────────────────────────────────────────────╯
Add
myalias add-alias "ll" "description" "ls -la"
#return:
Alias created successfully
Remove
myalias remove-alias "ll" "description" "ls -la"
# return:
Alias removed successfully
List
myalias remove-alias "ll" "description" "ls -la"
# return:
┏━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Name ┃ Description ┃ Command ┃
┡━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ ll │ ls -la │ description │
└──────┴─────────────┴─────────────┘
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
myalias-0.1.0.tar.gz
(19.2 kB
view details)
Built Distribution
myalias-0.1.0-py3-none-any.whl
(24.3 kB
view details)
File details
Details for the file myalias-0.1.0.tar.gz
.
File metadata
- Download URL: myalias-0.1.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cad163e12fce9d8739cb748375fa71a069559c6cd691c221b65c1074e1c9c2d |
|
MD5 | 08a8d641643d149f9e8feeefc1de1ef4 |
|
BLAKE2b-256 | f2135c4177820e5bcf5d6a71fd1a303957badee6d81486d20295a2187dd2c044 |
File details
Details for the file myalias-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: myalias-0.1.0-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e2e0170ad9a873d7e4fc5e6e4a2834730ca68175ca9fc499fc80bef52a2cf72 |
|
MD5 | 8ab98124ca6aa7277cfe4ec7dfaf8e2e |
|
BLAKE2b-256 | 961fd966fad5bcb5876d53bbd00a9e887380b9e9c91013afe35d9774b3be553b |