TaserudConsulting / goprocmgr

ISC License
0 stars 0 forks source link

Implement shell completions #12

Open etu opened 2 weeks ago

etu commented 2 weeks ago

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 commented 2 weeks ago

fish and bash were done in the release for 1.2.0 :partying_face:

However, zsh is still left to do