-
-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better GEF Aliases Functionality #640
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things to change.
Also this new feature could use some unit tests.
But nice work.
Ping? |
Yeah I'm finally done with school so this should be done within the next few days. Sorry for the inactivity! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last change, and it'll be 👍
Great job @hoefler02 ! |
Better GEF Aliases Functionality
Description/Motivation/Screenshots
Adds better functionality to the
aliases
command. This closes Issue #636. Examples below.Adding an alias... (command can contain spaces)
Removing an alias...
Listing aliases...
Any aliases added will be automatically added to the
~/.gef.rc
file, and the removed aliases will be removed. I have also updated the docs with the new usage of the command.How Has This Been Tested?
I have tested this patch across several machines running Debian and Arch based distros.
Checklist
dev
branch, notmaster
.