After a few months in development and local testing, it's now time to go live with a Tmux plugin that I have been building in my spare time. tmux-devcontainers is a Tmux plugin to:
- Show the status of the devcontainers for the current workspace
- A menu that provides quick access to common commands like starting/restarting/removing devcontainers
- A key binding to open a new window and execute a new login shell inside the primary devcontainer.
tmux-devcontainers was built to support my personal development environment. It works for my style of development, and my personal projects which are mostly based around docker-compose configuration. I'm sure there are other Docker configurations that may not fully work, but it is also very early days, and there are plenty of bugs, and new features that I plan to implement. Of cause being open source, I'll always appreciate new issues and Pull Requests.
- Show the status of the devcontainers for the current workspace - A menu that provides quick access to common commands like starting/restarting/removing devcontainers - A key binding to open a new window and execute a new login shell inside the primary devcontainer.
tmux-devcontainers was built to support my personal development environment. It works for my style of development, and my personal projects which are mostly based around docker-compose configuration. I'm sure there are other Docker configurations that may not fully work, but it is also very early days, and there are plenty of bugs, and new features that I plan to implement. Of cause being open source, I'll always appreciate new issues and Pull Requests.
Github: https://github.com/phil/tmux-devcontainers