Open j-lakeman opened 1 month ago
I agree, the Espanso commands could be much easier to use, which is why I wrote this, producing this output and eventually documented them here, to index them and make them easier to find.
Shell autocompletion is, I suspect, outside the scope of Espanso development, I fear. However, following your suggestion, a little research suggests adding it would be a fairly straightforward, if time-consuming, task, especially as each shell needs different settings.
Whether Espanso commands are used enough to be worth the effort is debatable. :neutral_face:
the autocompletions can be generated automatically by clap-complete
Yes! this is a missing feature I want to deliver anytime. Sadly I couldn't find the time, and only did the completions for my shell (nushell).
But you are right! completions can be automated with clap
.
Description
Would be cool if subcommands like
status
and flags like--help
could be autocompleted upon pressing TAB. This would increase the ease of use of this already great application lots IMHO.Motivation
productivity / ease of use
Alternatives
keep using
--help
and manually typing subcommands and flagsHave you tried building it? Or would you like it?