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
- Host: GitHub
- URL: https://github.com/sajad-net/alink
- Owner: SAJAD-net
- Created: 2022-01-26T10:35:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T08:02:21.000Z (over 1 year ago)
- Last Synced: 2024-04-23T12:37:31.925Z (over 1 year ago)
- Topics: alias-creator, auto-alias, auto-alias-creator, bash, shell, shell-alias, shell-auto-alias
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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