Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzap/tixipee
ultra simple window-based tmux project configurator in bash
https://github.com/lzap/tixipee
Last synced: about 1 month ago
JSON representation
ultra simple window-based tmux project configurator in bash
- Host: GitHub
- URL: https://github.com/lzap/tixipee
- Owner: lzap
- Created: 2013-04-03T12:01:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T12:06:41.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T23:25:02.296Z (3 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple tmux project with key bindings. It is window-focused as I use tiling
window manager (i3) and I don't prerer multiple tmux panes opened. What does
this mean?Imagine vim in the first window, shell in second, server, tests and other
tasks in other windows. And you can (re)start those with F5-F8 keys easily
(like restart server, restart tests suite etc). That's all this does.Installation
============Clone this repo and add tixipee command to PATH or create a bash alias.
Usage
=====Go to a project directory and do
$ txp -i
Initialized project configuration in .txpNow edit the configuration
$ vim .txp
And then start your project session
$ txp
Use tmux to do the work, use keybindings C-b F5 - F12 to restart commands
in windows.As simple as that.