Skip to main content

No project description provided

Project description

My Alias

Alias management help tool for terminal.

Install

  pip install myalias

Update

  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 to the application. Args:     name (str): Name of                          command.     description (str): Description of command.                              command (str): Command to execute.                                   import-aliases  Import list aliases to the application. Args:     file_path                          (str): Path to aliases list file.                                    list-alias      List alias to the application.                                       remove-alias    Remove alias to the application. Args:     name (str): Name of                       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

Import

  myalias import-aliases ./echoAliases

  #return:
  Adding alias ec
  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 Distribution

myalias-0.2.2.tar.gz (20.3 kB view hashes)

Uploaded Source

Built Distribution

myalias-0.2.2-py3-none-any.whl (26.1 kB view hashes)

Uploaded Python 3

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