Took a look on the https://github.com/docker/cli/tree/master/contrib/completion and, yup, there are no subcommands for compose for zsh. Relevant config for bash is here: https://github.com/docker/cli/blob/master/contrib/completion/bash/docker#L5400 Small note, if you find this before t...
Autocomplete for Zsh This plugin for Zsh adds real-time type-ahead autocompletion to your command line, similar to what you find desktop apps. While you type on the command line, available completions are listed automatically; no need to press any keyboard shortcuts. PressTabto insert the top...
I am running a Digital Ocean VPS with Ubuntu 16.04.4 LTS installed and the oh-my-zsh setup. Autocompletion works for docker commands but not for images. This is when I am logging in as a user without admin rights (sudo is always needed when doing anything with docker ). Logging in as...
fix zsh-completion syntax error #3625 Merged leonhartX added a commit to leonhartX/machine that referenced this issue Jul 31, 2016 fix docker#3583 … 20fc5c7 nathanleclaire closed this as completed in #3625 Aug 3, 2016 nathanleclaire pushed a commit that referenced this issue Aug 3,...
Autocompletion support fornpm run. Installation Install with npm or manually. Via npm $ npm install -g npm-run.plugin.zsh After that you have to restart yourzsh. Important note:npm-run.plugin.zshutilizesGNU Grepunder the hood. Please make sure that you have theGNU Command Line Toolsinstalled...
a fast, scalable, multi-language and extensible build system - [Fix] Bazel zsh autocompletion on `run` · sfc-gh-mgalindo/bazel@036e533
tailscale auto-completion plugin for zsh How to use? First, clone this lib into oh-my-zsh custom plugin directory git clone https://github.com/hsrzq/PluginForTailscale.git ~/.oh-my-zsh/custom/plugins/tailscale Second, edit oh-my-zsh config file ~/.zshrc, add tailscale into plugins, it...
Describe the bug I'm using the dnf Plugin in my Zshrc. I get all the aliases for DNF but unfortunatly it seems like the Autocompletion for DNF seems to be broken at least on my side. Steps to reproduce Running oh-my-zsh on fedora 41 Enab...
let(:options) { ['ZSH_AUTOSUGGEST_STRATEGY=completion'] } let(:before_sourcing) do -> do session. run_command('autoload compinit && compinit'). run_command('_foo() { compadd bar }'). run_command('compdef _foo baz') end end it 'suggests the first completion result' do session.send...
Zsh version 5.9 Oh My Zsh version master (a72a264) Terminal emulator Terminal.app (ssh) If using WSL on Windows, which version of WSL None Additional context Official completion script: ###-begin-pm2-completion-### credits to npm for the completion file model##Installation: pm2 completion...