All Projects → kkvh → vim-docker-tools

kkvh / vim-docker-tools

Licence: MIT License
Toolkit for managing docker containers in vim.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-docker-tools

mpi
minimal (n)vim plugins - icons (Under 200 LOC)
Stars: ✭ 32 (-66.32%)
Mutual labels:  vim-plugin
docker-gocd-agent
GoCD Agent Docker image
Stars: ✭ 46 (-51.58%)
Mutual labels:  docker-containers
vim-stamp
A vim plugin that replaces the currently selected text with the text in the delete register
Stars: ✭ 13 (-86.32%)
Mutual labels:  vim-plugin
vim-tmuxlike
A vim plugin that mimics the actions of tmux. 像操作Tmux一样操作Vim
Stars: ✭ 20 (-78.95%)
Mutual labels:  vim-plugin
vim-eightheader
Vim plugin: Easily create custom headlines, foldtext, toc, etc
Stars: ✭ 17 (-82.11%)
Mutual labels:  vim-plugin
vim
📝 minimalistic vimrc based on KISS principle @vim
Stars: ✭ 46 (-51.58%)
Mutual labels:  vim-plugin
stan-vim
A Vim plugin for the Stan probabilistic programming language.
Stars: ✭ 41 (-56.84%)
Mutual labels:  vim-plugin
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (-35.79%)
Mutual labels:  vim-plugin
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-80%)
Mutual labels:  docker-containers
virt-column.nvim
Display a character as the colorcolumn
Stars: ✭ 64 (-32.63%)
Mutual labels:  vim-plugin
vim-js-file-import
Import/require files in javascript and typescript with single button!
Stars: ✭ 130 (+36.84%)
Mutual labels:  vim-plugin
tabnine-vim
Vim client for TabNine. https://vimawesome.com/plugin/tabnine-vim
Stars: ✭ 652 (+586.32%)
Mutual labels:  vim-plugin
vim-goyacc
Vim filetype support for goyacc
Stars: ✭ 22 (-76.84%)
Mutual labels:  vim-plugin
vim-ormolu
Plugin for formatting Haskell source code
Stars: ✭ 35 (-63.16%)
Mutual labels:  vim-plugin
vim-twitter
Tweet from inside vim!
Stars: ✭ 26 (-72.63%)
Mutual labels:  vim-plugin
nerdtree-visual-selection
Defines commands that will work on files inside a Visual selection
Stars: ✭ 48 (-49.47%)
Mutual labels:  vim-plugin
vim-gol
Vim plugin that turns your text into Game of Life world
Stars: ✭ 15 (-84.21%)
Mutual labels:  vim-plugin
vim-wordy
Uncover usage problems in your writing
Stars: ✭ 677 (+612.63%)
Mutual labels:  vim-plugin
himalaya
Command-line interface for email management
Stars: ✭ 1,715 (+1705.26%)
Mutual labels:  vim-plugin
vim-qf-preview
Preview the quickfix item under the cursor in a popup window
Stars: ✭ 32 (-66.32%)
Mutual labels:  vim-plugin

vim-docker-tools

demo

  • Open DockerTools Panel with :DockerToolsOpen, close it with :DockerToolsClose
  • Toggle DockerTools Panel with :DockerToolsToggle
  • Set Docker daemon host with :DockerToolsSetHost
  • Support container commands (and more in the future!). For details please check out the documentation (:help docker-tools-commands).
  • Autocompletion for commands
  • Full documentation in :help vim-docker-tools

Install

  • Pathogen
    • git clone https://github.com/kkvh/vim-docker-tools.git ~/.vim/bundle/vim-docker-tools
  • Vim-plug
    • Plug 'kkvh/vim-docker-tools'
  • NeoBundle
    • NeoBundle 'kkvh/vim-docker-tools'
  • Vundle
    • Plugin 'kkvh/vim-docker-tools'
  • Manual
    • Copy all of the files into your ~/.vim directory

Roadmap

  • Refactor docker runner structure
  • Refactor key mapping
  • Support custom key mapping
    • Update vim documentation
  • Support key mapping with options
  • Container functions
  • Image functions
  • Image command autocomplete
  • Network functions
  • Network command autocomplete
  • Dockerfile functions

Contributing

Feel free to raise any questions/issues/comments. Submit pull request as you want.

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