NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.28k stars 13.53k forks source link

Package request: completions for existing package `tmsu` #311301

Closed jthulhu closed 1 month ago

jthulhu commented 3 months ago

Project description

The software tmsu is already packaged, but not its bash/zsh completions.

Metadata


Add a :+1: reaction to issues you find important.

chewblacka commented 3 months ago

zsh completion is already included:

❯ tree result
result
├── bin
│   ├── mount.tmsu
│   ├── tmsu
│   ├── tmsu-fs-merge
│   ├── tmsu-fs-mv
│   └── tmsu-fs-rm
└── share
    ├── man
    │   └── man1
    │       └── tmsu.1.gz
    └── zsh
        └── site-functions
            └── _tmsu

bash completion was added upstream 3 years ago but the last version release (v0.7.5) was 4 years ago, so it isn't part of any release yet. v0.8.0 is supposed to be the next release, but no idea when that will be.

jthulhu commented 1 month ago

I suspect the maintenance of that package is dead (or at least on extended pause). It'd be great if we could package the completions for bash anyways.

jthulhu commented 1 month ago

Apparently, this has been fixed in d7fb6a3 in the meantime.