mquinson / po4a

Maintain the translations of your documentation with ease (PO for anything)
http://po4a.org/
GNU General Public License v2.0
121 stars 58 forks source link

Please provide a bash completion file for the po4a script #417

Open Freed-Wu opened 1 year ago

Freed-Wu commented 1 year ago

Can it provide completions for common shells? Like https://git.savannah.gnu.org/cgit/parallel.git/tree/src/parallel#n1609, or perl-rename. TIA!

jnavila commented 1 year ago

po4a is a tool to translate documentation files, using gettext's po files. For programs, you should internationalize your source code by using the getext library. See https://www.gnu.org/software/gettext/ for further information.

Freed-Wu commented 1 year ago

Sorry, I mean po4a -<TAB> can provide options of po4a, like perl-rename and parallel. :cry:

jnavila commented 1 year ago

Ah, sorry for misunderstanding. There's no shell completion files in the project right now.

mquinson commented 1 year ago

Ok, I misunderstood too. Let's reopen the issue then. Help is welcome here as I'm not an expert of these pesky bash completion files.