Open
Bug 1519858
Opened 6 years ago
Updated 5 years ago
Create completion script for tcsh
Categories
(Firefox Build System :: Mach Core, enhancement, P3)
Firefox Build System
Mach Core
Tracking
(Not tracked)
NEW
People
(Reporter: ahal, Unassigned)
References
Details
We have a bash completion script for mach commands here:
https://searchfox.org/mozilla-central/source/python/mach/bash-completion.sh
We should have scripts for other popular shells as well, such as zsh and fish. It's worth noting that zsh users can use the bash script via bashcompinit, but it would be slightly more convenient if there was a native script.
All completion targets come from mach mach-completion, so writing these new scripts should be fairly standard.
Please chime in here if you have another shell you'd like supported.
Comment 1•6 years ago
|
||
tcsh!
| Reporter | ||
Comment 2•5 years ago
|
||
Bug 1519990 will implement support for zsh / fish completion scripts, so let's make this one specific to tcsh.
Severity: normal → S4
Depends on: 1519990
Priority: -- → P3
Summary: Create completion scripts for other popular shells → Create completion script for tcsh
You need to log in
before you can comment on or make changes to this bug.
Description
•