Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

todo-txt-cli: bash completion not working #367635

Open
anuramat opened this issue Dec 23, 2024 · 1 comment
Open

todo-txt-cli: bash completion not working #367635

anuramat opened this issue Dec 23, 2024 · 1 comment
Labels
0.kind: bug Something is broken

Comments

@anuramat
Copy link

Describe the bug

Bash completion doesn't load

Steps To Reproduce

Steps to reproduce the behavior:

  1. type todo.sh in terminal
  2. press TAB

Expected behavior

completions appear

Metadata

 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.63, NixOS, 24.11 (Vicuna), 24.11.20241203.b681065`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.24.10`
 - nixpkgs: `/nix/store/w66xaybnxjf5zhxapxs3pd3zp7gxk9dw-source`

Notify maintainers


Note for maintainers: Please tag this issue in your PR.


Add a 👍 reaction to issues you find important.

@anuramat anuramat added the 0.kind: bug Something is broken label Dec 23, 2024
@anuramat
Copy link
Author

it's caused by this line:

install -vm 644 todo_completion $out/share/bash-completion/completions/todo

changing the destination filename to todo.sh fixes the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant