#shellcompletion — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #shellcompletion, aggregated by home.social.
-
Did you know that you can now install shell tab completion rules for every
ronincommand?ronin completion --install -
Did you know that you can now install shell tab completion rules for every
ronincommand?ronin completion --install -
Did you know that you can now install shell tab completion rules for every
ronincommand?ronin completion --install -
Did you know that you can now install shell tab completion rules for every
ronincommand?ronin completion --install -
Did you know that you can now install shell tab completion rules for every
ronincommand?ronin completion --install -
What would be a good defacto directory for gems to store their shell completion files?
#ruby #shellcompletion #bashcompletion #rubygems -
Released command_kit-completion 0.1.0. Automatically generates shell completion rules for a command_kit CLI app.
https://github.com/postmodern/command_kit-completion#readme
#ruby #command_kit #bashcompletion #shellcompletion #cli -
Released command_kit-completion 0.1.0. Automatically generates shell completion rules for a command_kit CLI app.
https://github.com/postmodern/command_kit-completion#readme
#ruby #command_kit #bashcompletion #shellcompletion #cli -
Released command_kit-completion 0.1.0. Automatically generates shell completion rules for a command_kit CLI app.
https://github.com/postmodern/command_kit-completion#readme
#ruby #command_kit #bashcompletion #shellcompletion #cli -
Released command_kit-completion 0.1.0. Automatically generates shell completion rules for a command_kit CLI app.
https://github.com/postmodern/command_kit-completion#readme
#ruby #command_kit #bashcompletion #shellcompletion #cli -
Released command_kit-completion 0.1.0. Automatically generates shell completion rules for a command_kit CLI app.
https://github.com/postmodern/command_kit-completion#readme
#ruby #command_kit #bashcompletion #shellcompletion #cli -
How would/should a Ruby CLI install it's own custom shell completion rules? A global option that prints the completion script out? A global option that attempts to install the completion script into the correct shell directory, based on shell and whether the user is root or not. Or maybe a sub-command that prints and/or installs the shell completion script?
I kind of wish rubygems had support for installing custom completion rules.
#ruby #shellcompletion #bashcompletion