6 Commits

Author SHA1 Message Date
Niels De Graef
6d6890a28a Integrate external extended bash-completion script
The [bash-completion] git repository has had an extended version for
dealing with bash-compleions of our `secret-tool` for a while now.

We've agreed it makes sense to ship their version upstream, i.e. in this
repo. I didn't author this, the real credits go to the authors mentioned
below.

[bash-completion]: https://github.com/scop/bash-completion

Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
Fixes: https://gitlab.gnome.org/GNOME/libsecret/-/issues/103
2025-01-26 15:03:59 +01:00
Rafael Fontenelle
7a0987ccfb Fix man section number in the secret-tool completion file 2025-01-16 03:34:09 +00:00
Niels De Graef
a01870a2ce meson: Actually include bash-completion subdir
While we're at it, change the `warning()` to a `message()`.
2025-01-15 23:37:14 +01:00
Dhanuka Warusadura
8b1936b46f Add meson option to override of default bashcompdir
These changes introduce a new meson option to disable
installation of completion files into the system location.
2021-03-21 17:51:24 +00:00
Dhanuka Warusadura
8503902759 Trivial Fix: removes a comment
Although it is a comment, it affects the reading and overall code
quality.

Related to: https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/70
2021-03-17 11:37:14 +05:30
Dhanuka Warusadura
1998121ece Add bash-completion for secret-tool
Fixes: https://gitlab.gnome.org/GNOME/libsecret/-/issues/50
2021-03-11 15:14:14 +05:30