Closed
Bug 760819
Opened 12 years ago
Closed 10 years ago
Add an "alias" command to GCLI
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect, P3)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 731606
Future
People
(Reporter: msucan, Unassigned)
References
Details
(Whiteboard: [gclicommands])
Attachments
(1 file)
10.25 KB,
patch
|
Details | Diff | Splinter Review |
It would be useful to have a command as follows: alias add <new-alias-name> <command> [arguments] alias delete <alias-name> If people use commands with complicated arguments they can just alias them. (this is different from bug 731606)
Comment 3•11 years ago
|
||
I have been asked when we are implementing this more often than any other command. We don't need to worry about autocomplete here, we simply need to make it possible to add e.g. s as an alias for dbg step in. I will implement: alias create <alias> <command> alias delete <alias>
Assignee: nobody → mratcliffe
Comment 4•11 years ago
|
||
I will use Mihai's suggestions
Comment 5•11 years ago
|
||
So, we have the following: - alias add <name> <value> - alias delete <name> - alias list The "only" thing we have left to do here is to allow the aliases to execute as a command. Joe wants us to hack on this together somewhere when he has time.
Comment 6•11 years ago
|
||
New component triage. Filter on "Lobster Thermidor aux crevettes with a Mornay sauce"
Component: Developer Tools → Developer Tools: Graphic Commandline and Toolbar
Updated•11 years ago
|
Assignee: mratcliffe → nobody
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•