<div dir="ltr"><div>Hello,</div><div><br></div><div>On Linux, when I type `ogr` in a command line, and on the keyboard type on "tab" key, I get all binaries starting with `ogr` e.g</div><br>> ogr2ogr      ogrinfo      ogrlineref   ogrmerge.py  ogrtindex<br><br><div>When using command line like git, I type `git commit --` then use again the tab key and it returns something like below</div><br>> --ahead-behind      --date=             --include           --no-verify         --reedit-message=   --status<br>> --all               --dry-run           --interactive       --null              --reset-author      --template=<br>> --amend             --edit              --long              --only              --reuse-message=    --untracked-files<br>> --author=           --file=             --message=          --patch             --short             --verbose <br>> --branch            --fixup=            --no-edit           --porcelain         --signoff           --verify<br>> --cleanup=          --gpg-sign          --no-post-rewrite   --quiet             --squash=           <br><br>So, I do expect a way to get autocompletion or choice when I do something like `ogr2ogr -` followed by typing on tab key.<br><br><div>Is there an existing script or a tip I'm not aware? Or do I need to work to create it to get something similar to git command where there is a script to add autocompletion?</div><div><br></div><div>Regards</div><div><br></div><div>Thomas Gratier<br></div></div>