home.social

#shellcompletion — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #shellcompletion, aggregated by home.social.

  1. Did you know that you can now install shell tab completion rules for every ronin command?

    ronin completion --install

    #ronin #roninrb #protip #tabcompletion #shellcompletion

  2. Did you know that you can now install shell tab completion rules for every ronin command?

    ronin completion --install

    #ronin #roninrb #protip #tabcompletion #shellcompletion

  3. Did you know that you can now install shell tab completion rules for every ronin command?

    ronin completion --install

    #ronin #roninrb #protip #tabcompletion #shellcompletion

  4. Did you know that you can now install shell tab completion rules for every ronin command?

    ronin completion --install

    #ronin #roninrb #protip #tabcompletion #shellcompletion

  5. Did you know that you can now install shell tab completion rules for every ronin command?

    ronin completion --install

    #ronin #roninrb #protip #tabcompletion #shellcompletion

  6. What would be a good defacto directory for gems to store their shell completion files?
    #ruby #shellcompletion #bashcompletion #rubygems

  7. 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