feat: Initial working version of tmux package

This commit is contained in:
2019-12-09 07:56:52 +00:00
commit 6f353d6d16
13 changed files with 471 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# go-tmux
A small Go package for executing [Tmux](https://github.com/tmux/tmux)
commands. It was created as a helper package for running the test suite in
[tmux-themepack](https://github.com/jimeh/tmux-themepack).