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

Implement shell completions #12

Open
etu opened this issue Jun 12, 2024 · 1 comment
Open

Implement shell completions #12

etu opened this issue Jun 12, 2024 · 1 comment

Comments

@etu
Copy link
Member

etu commented Jun 12, 2024

Here's a good example of how to install shell completions in a nix build:

https://github.com/NixOS/nixpkgs/blob/2e92235aa591abc613504fde2546d6f78b18c0cd/pkgs/tools/misc/nb/default.nix#L24-L26

Here's the source files for these completions as inspiration for implementing my completions:

It looks like a cool program overall: https://xwmx.github.io/nb/

Haven't tested it though. I just found it when looking for examples on how to build and install shell completions.

@etu
Copy link
Member Author

etu commented Jun 15, 2024

fish and bash were done in the release for 1.2.0 🥳

However, zsh is still left to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant