This program helps you to create and edit command aliases on the Bash shell
Find a file
2022-01-19 12:18:24 +01:00
command_alias-editor-v1.0.py Rename command_alias.py to command_alias-editor-v1.0.py 2021-12-14 13:30:38 +01:00
command_alias-editor-v1.2.py Add files via upload 2021-12-14 13:29:50 +01:00
README.md Update README.md 2022-01-19 12:18:24 +01:00

LinuxCommandAliasEditor

This program helps you to create and edit command aliases on Linux and MacOS

How to use

  1. Download the most recent verson of the python file
  2. Open a terminal and locate your Download directory ( if Downloaded in the default downlaods folder type: 'cd ~/Downloads'
  3. type 'python3 --version' to check if python is installed (install python if not already installed)
  4. type 'python3 [name_of_python-file] (example: 'python3 command_alias-editor_v1.0'
  5. The program should be executed. Follow all further instructions shown in the terminal
  6. Dont forget to execute 'source ~/.bashrc' at the end (when the program tells you to)

Possible Updates

  • editor for existing aliases
  • graphical user interface (GUI) for the program