Command line auto-completion enhancements
authorColin Clark <colin.clark@cclark.uk>
Thu, 4 Apr 2024 16:15:13 +0000 (17:15 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 4 Apr 2024 16:15:13 +0000 (17:15 +0100)
commite95d0a61bdbd3f0ace8e43d0bbab5b6a8b50c0df
tree843ce1484135ffea1e8621f386df20c42b708c86
parentd802d5f5435d657148b95137eebe0ea353172401
Command line auto-completion enhancements

- Limit completions to a list of file extensions known to Geeqie
- Limit completions to a specific extension where possible e.g. gqv
- Change option +t to -T and +w to -w. The plus character affected the
output of _parse_help
- Additional warning to user for invalid parameters - unknown option or
valid remote option used without a --remote command
- New remote.cc function for above feature
- Update man page and documentation
auto-complete/geeqie
doc/docbook/CommandLineOptions.xml
geeqie.1
src/main.cc
src/remote.cc
src/remote.h