home.social

#tabcompletion — Public Fediverse posts

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

fetched live
  1. I wish supported programmable globbing like what it does with .

  2. I wish #bash supported programmable globbing like what it does with #TabCompletion.

  3. An actual valid usage of "AI" in the Terminal: parse/tokenize every command and note which words follow which other words/options (aka ngrams) and use that for auto-completion.

    If I type `rspec --tag integration ...` a bunch of times, then when I tab-complete `rspec --tag ` I should get `integration`.
    #terminal #tabcompletion #autocompletion

  4. An actual valid usage of "AI" in the Terminal: parse/tokenize every command and note which words follow which other words/options (aka ngrams) and use that for auto-completion.

    If I type `rspec --tag integration ...` a bunch of times, then when I tab-complete `rspec --tag ` I should get `integration`.
    #terminal #tabcompletion #autocompletion

  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. TIL completely, a Ruby library that lets you define bash/zsh completion rules as YAML and handles generating the shell script.
    github.com/DannyBen/completely
    #ruby #cli #shell #tabcompletion

  7. TIL completely, a Ruby library that lets you define bash/zsh completion rules as YAML and handles generating the shell script.
    github.com/DannyBen/completely
    #ruby #cli #shell #tabcompletion

  8. Idea for a potential #CLI themed #mechanicalkeyboard #keycap set: Labelling the tab key with "DWIM". #tabcompletion

    Thought came when doing "serv<Tab>apa<Tab>res<Tab><Enter>" for calling "service apache2 restart"