10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++2,395 forks (2,395 forks)auto 404
@ Startup / Config / UtilConcept approvedFeature requestLinuxLow prioritygood first issue
Repository metrics
- Stars
- 13,341 stars (13,341 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
If you type minetest --ver in a terminal and then press tab, there's no autocompletion. Lots of other programs (e.g. pactl) provide autocompletion. The files enabling bash autocompletion are added in /usr/share/bash-completion/completions/.
Contributor guide
- Research direction
- Create a bash completion file for the 'luanti' command that suggests options. Look at existing scripts in /usr/share/bash completion/completions/ for reference. The file should be named 'luanti' and include completions for common options like version, help, and any mod related flags.
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- bash completion knowledge