Re: [gdal-dev] gdal 3.11 autocompletion in zsh

2025-06-20 Thread Even Rouault via gdal-dev
Hi, I've queued fixes to make it work: https://github.com/OSGeo/gdal/pull/12615 Even Le 20/06/2025 à 08:58, Stephane Goldstein via gdal-dev a écrit : I’m running zsh on Arch Linux and I can’t get the new autocompletions for gdal 3.11 working. I added the below to my |.zshrc|. Any help is ap

[gdal-dev] gdal 3.11 autocompletion in zsh

2025-06-20 Thread Stephane Goldstein via gdal-dev
I’m running zsh on Arch Linux and I can’t get the new autocompletions for gdal 3.11 working. I added the below to my .zshrc. Any help is appreciated. autoload -U bashcompinit; bashcompinitsource /usr/share/bash-completion/completions/gdal ___ gdal-dev ma