From 1c34f0f884f45fdc731195c984ae394928c940e8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 Sep 2014 20:53:47 +0100 Subject: [PATCH] Add Tmuxifier to Real-World Use Cases section in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c31b3f..d093582 100644 --- a/README.md +++ b/README.md @@ -85,12 +85,14 @@ Configuration is done via environment variables: pattern. (default: `.test.sh`) -## Real-World Examples +## Real-World Use Cases - [stub.sh](https://github.com/jimeh/stub.sh) - Helpers for bash script testing to stub/fake binaries and functions. Includes support for validating number of stub calls, and/or if stub has been called with specific arguments. +- [Tmuxifier](https://github.com/jimeh/tmuxifier) - Tmuxify your + Tmux. Powerful session, window & pane management for Tmux. ## License