gam is a CLI tool to create, update and delete bash aliases permanently.
-
Create a file
.gam_aliasesin home directory. -
Source
.gam_aliasesin startup script(~/.bashrc,~/.zshrc).source ~/.gam_aliases
-
go get -u github.com/ademozay/gam
-
Create an alias (First parameter is alias name, value is the rest)
gam gitlab ssh admin@10.0.8.13 -
Update an alias (First parameter is alias name, value is the rest)
gam gitlab ssh admin@10.0.8.14 -
Delete an alias
gam -d gitlab -
Print an alias
gam gitlab -
Print all aliases created by gam
gam
Either run source ~/.bashrc or source ~/.zshrc according to current shell or open a new terminal for changes to take place.
All contributions are welcome.
- Source bash in current session. (Find a way to find the right startup script(
~/.bashrc,~/.zshrc).
