Hi there!

I am excited to announce that we've added a new feature to the master
branch: bash autocompletion. With this new feature, as you type
commands, it will give you suggestions on what you can type next (press
TAB). This should make using our application quicker and more
convenient.

To enable the feature, please ensure that you have the latest version
of the flashrom and the bash-completion package installed on your
system. The package is available in most Linux distributions, and
installation instructions can be found in your package manager.

Both Makefile and Meson support the feature. To install the bash
completion script, use `install` target. 

Makefile:

```
$ make clean && make
# make install
```

Meson:

```
$ meson setup out
$ ninja -C out
# ninja -C out install
```

The bash completion offers the following:

- support for all options (--*)
- provides only names of programmers are included in your flashrom
  binary after the `--programmer` option

We would love to hear your feedback! Please let us know if you have any
questions or encounter any issues.

For more information, please visit
https://github.com/scop/bash-completion and
https://review.coreboot.org/plugins/gitiles/flashrom/+/58888f78f3690e6701a717cdc65562fdf9038e1e

Thank you for using flashrom!

--
Joursoir
_______________________________________________
flashrom mailing list -- flashrom@flashrom.org
To unsubscribe send an email to flashrom-le...@flashrom.org

Reply via email to