No project description provided
Project description
My Alias
Alias management help tool for terminal.
Install
pip install myalias
Update
pip pip install myalias --upgrade
Setup
myalias setup
# if the path is not defined add the following line to the configuration file
export PATH="$HOME/.local/bin:$PATH"
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 list-alias
# return:
┏━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┓
┃ Name ┃ Description ┃ Command ┃
┡━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━┩
│ ll │ description │ ls -la │
└──────┴─────────────┴─────────┘
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 Distribution
myalias-0.2.1-py3-none-any.whl
(26.0 kB
view details)
File details
Details for the file myalias-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: myalias-0.2.1-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.13 Linux/6.5.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f04ea47207dce03dd325d1b76a3d36fb4cdd76805cc1dbca70bf065d76d259a |
|
MD5 | 6beaee684d2acc650c99fef1e4846b50 |
|
BLAKE2b-256 | d3248009ca8a9dc8eaf77c969312efb431db3c68d7a3b63ebb80f229a65371b9 |