Figure out how to configure auto-completion automatically on install
Open
enhancement
question
- Dominant language
- Makefile
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It would be really handy to have this. We had the following `postinst` script, but it doesn't work for unknown reasons:
```bash
#!/bin/bash
set -e
source <(life --bash-completion-script `which life`)
life --help
```
Contributor guide
Research direction
Start by reproducing the shown postinst script during installation and inspect how the PPA package invokes it. Investigate why sourcing `life --bash-completion-script` fails, then verify that a fresh install enables auto-completion without manual setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, ubuntu
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100