Alias Command Creator
Registered by
naesk
One of the extensible features of many CLI shells, including Bash, is the ability for a user to define their own easily remembered alternative name/alias for commonly used or long commands & functions.
Aliases are generally stored in a users ~/.bashrc config file or can be called via an external file such as ~/.bash_aliases etc...
Appending the following into a users ~/.bashrc file would enable a dedicated alias file for CLIcompanion to be used in addition to any predefined alias files;
if [ -f ~/.clicompanion
. ~/.clicompanion
fi
Adding the ability to perform the alias function under CLIcompanion would be hugely beneficial.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Not started
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(?)