All Projects → pierpo → fzf-docker

pierpo / fzf-docker

Licence: other
🐳 Docker completion in zsh using fzf 🌸

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to fzf-docker

Dotfiles
🐧 Simple, fast, productivity-increaser dotfiles
Stars: ✭ 213 (+419.51%)
Mutual labels:  fzf
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+1912.2%)
Mutual labels:  fzf
dotfiles
i3, Vim, Bash, Ruby, Typescript & React, Elixir, Golang & more!
Stars: ✭ 22 (-46.34%)
Mutual labels:  fzf
fzf.aws
🌀 Using fuzzy finder to perform AWS operations on the command line
Stars: ✭ 63 (+53.66%)
Mutual labels:  fzf
dotfiles
No description or website provided.
Stars: ✭ 20 (-51.22%)
Mutual labels:  fzf
nvim configration
Neovim diy develop enviroment.This project integrates neovim tmux zsh and some very useful plugs of them including YouCompleteMe FZF auto pairs nerdtree ncm2 and so on.
Stars: ✭ 22 (-46.34%)
Mutual labels:  fzf
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+402.44%)
Mutual labels:  fzf
fzf-marker
The terminal command tweak from @pindexis/marker
Stars: ✭ 22 (-46.34%)
Mutual labels:  fzf
lazy-connect
Shell function to fuzzy search an IPSec VPN by name and connect to it automatically.
Stars: ✭ 56 (+36.59%)
Mutual labels:  fzf
dotfiles
mac OS, Arch Linux, and Debian/Ubuntu
Stars: ✭ 286 (+597.56%)
Mutual labels:  fzf
dotfiles
My doots. Changes are frequent, stability not guaranteed. Supports Arch, CentOS and Darwin.
Stars: ✭ 27 (-34.15%)
Mutual labels:  fzf
zeno.zsh
zsh fuzzy completion and utility plugin with Deno.
Stars: ✭ 119 (+190.24%)
Mutual labels:  fzf
tmuxinator-fzf-start
Uses fzf to provide a selection list for starting tmuxinator projects
Stars: ✭ 31 (-24.39%)
Mutual labels:  fzf
Tmux Fzf Url
🚀 Quickly open urls on your terminal screen!
Stars: ✭ 227 (+453.66%)
Mutual labels:  fzf
jq-zsh-plugin
jq zsh plugin
Stars: ✭ 155 (+278.05%)
Mutual labels:  fzf
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+412.2%)
Mutual labels:  fzf
fzf-contrib
[Discontinued] 🌸 Organize useful code snippets around https://github.com/junegunn/fzf
Stars: ✭ 26 (-36.59%)
Mutual labels:  fzf
fish
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
Stars: ✭ 27 (-34.15%)
Mutual labels:  fzf
fzf-zsh-plugin
ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Stars: ✭ 117 (+185.37%)
Mutual labels:  fzf
dotstow
dotfiles managed with stow
Stars: ✭ 60 (+46.34%)
Mutual labels:  fzf

Inspired by a contribution of calbertts in this fzf issue.

What is this?

Auto complete your Docker commands with the currently running containers, using fuzzy search.

Example usage

Dependencies

Installation

First, install fzf.

Clone the repo in .oh-my-zsh/plugins/fzf-docker

git clone https://github.com/pierpo/fzf-docker ~/.oh-my-zsh/plugins/fzf-docker

Then add the plugin to your .zshrc

# In your .zshrc
plugins=(... fzf-docker ...)

Usage

If you don't like the ** prefix (which is a fzf thing), you may change it in your zshrc:

export FZF_COMPLETION_TRIGGER='**'

I personally put , instead 😉

Command list

docker **<TAB>

Remove images

docker rmi **<TAB>

Start containers

docker start **<TAB>

Stop containers

docker stop **<TAB>

Remove containers

docker rm **<TAB>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].