We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
gam is a CLI tool to manage permanent aliases
gam is a CLI tool to create, update and delete bash aliases permanently.
Create a file.gam_aliases in home directory.
.gam_aliases
Source.gam_aliases in startup script(~/.bashrc,~/.zshrc).
~/.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 runsource ~/.bashrc orsource ~/.zshrc according to current shell or open a new terminal for changes to take place.
source ~/.bashrc
source ~/.zshrc
All contributions are welcome.