An open API service indexing awesome lists of open source software.

https://github.com/sajad-net/alink

shell alias creator
https://github.com/sajad-net/alink

alias-creator auto-alias auto-alias-creator bash shell shell-alias shell-auto-alias

Last synced: 10 months ago
JSON representation

shell alias creator

Awesome Lists containing this project

README

          

# alink
Create alias for your programs easily and quickly.

## Installation and Usage:
bash alink.sh -i
source ~/.[YOUR-SHELL]rc #example : source ~/.bashrc
alink [PATH] [NAME] #example : alink /opt/ghost/ghost.py ghost

#### `aliases` won't be available until the next time you run the terminal
#### to make theme available immediately, you can reload your shell with the following command:
source ~/.[YOUR-SHELL]rc #example : source ~/.bashrc

# TODO:
- [ ] complete the alink.conf file