├── .gitignore ├── LICENSE ├── README.md ├── Todo ├── screenshots └── tmuxake.png └── tmuxake /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkh/tmuxake/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkh/tmuxake/HEAD/README.md -------------------------------------------------------------------------------- /Todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkh/tmuxake/HEAD/Todo -------------------------------------------------------------------------------- /screenshots/tmuxake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkh/tmuxake/HEAD/screenshots/tmuxake.png -------------------------------------------------------------------------------- /tmuxake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkh/tmuxake/HEAD/tmuxake --------------------------------------------------------------------------------