Emily Grace Seville
|
e8a7f7eb8e
|
reg: completions for key entries (#9382)
* Add `__reg_run_reg_safely` for quering keys, and:
- `reg` placeholder
- try make key ccompletion for `__reg_add_complete_args`: doesn't work
* Simplify `__reg_run_reg_safely`
* Fix key completion in `__reg_add_complete_args`
* Add key completion to `delete` subcommand
* Add key completion to `export` subcommand
* Add key completion for `query` subcommand
* Add key completion for `save` subcommand
* Remove `reg` placeholder
* Remove `which` check
|
2022-11-27 14:26:25 +01:00 |
|
ridiculousfish
|
b8fd6b5f31
|
Run fish_indent over new Windows completions
|
2022-01-26 22:02:23 -08:00 |
|
EmilySeville7cfg
|
cdae6536fd
|
Standardize complex commands:
- attributes
- reg
- schtasks
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
78bd0f9cdb
|
Prettify all commands:
- rename *list* functions to *print*
- use short options everywhere
- delegate less work to functions
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
c5a8e700bb
|
Replace "generate" to "complete" in functions
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
3f7cfdd144
|
Concise option/value descriptions
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
05ba662dcd
|
Fix reg completion:
- /s description fix
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
5f1384c6c3
|
Distribute code into several functions for reg
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
da1fdc758b
|
Fix reg completion
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
4b6e4fb7f0
|
Remove unused var in reg.fish
|
2022-01-26 21:37:39 -08:00 |
|
EmilySeville7cfg
|
3a89363132
|
Completion for reg command
|
2022-01-26 21:37:39 -08:00 |
|