gitweb icon indicating copy to clipboard operation
gitweb copied to clipboard

Autocomplete on tab

Open yoannfleurydev opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

I'm frustrated when I'm using gitweb as it does not automatically autocomplete the option on TAB press.

Describe the solution you'd like

It could be awesome to have gitweb automatically autocomplete its options on TAB press.

Ressources:

  • https://github.com/clap-rs/clap/blob/8749b0927aa7e56af330d275809b1a7edf9993d4/src/app/mod.rs#L1301
  • https://github.com/TeXitoi/structopt/blob/master/examples/gen_completions.rs
  • https://docs.rs/structopt/0.2.18/structopt/index.html

We can generate scripts using GitHub Actions.

yoannfleurydev avatar Oct 24 '20 16:10 yoannfleurydev