We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
fish and bash were done in the release for 1.2.0 🥳
However, zsh is still left to do
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: