Hello. I've been working towards an easy way of adding bash-completion to Node.js CLI programs.The result is a tool called nodecliac. (name aside, it also has use for non Node.js CLI programs)I've created completion packages (think of extensions/packages used by nodecliac to provide completions) for varying programs to test proof-of-concepts. A couple of the packages are for my own programs but the majority are not like the nim, nimble, subl, smerge, and yarn completion packages. At the moment, the level of completion each package varies. I don't use anywhere near every feature of every program but for what I use them for they work.The goal of the project is two-fold: make supporting bash-completion easier so more people add it to their programs. Second, create a collection of community made completion packages for all to enjoy with bash-completion.Maybe some might find it useful.
Submitted January 22, 2020 at 06:44PM by cgabriel5
No comments:
Post a Comment