From 85e759383382c30636610cb361f2cd498b3eb10e Mon Sep 17 00:00:00 2001 From: Matt Kemp Date: Wed, 30 Sep 2009 00:19:25 -0500 Subject: Added formula for tmux tmux is a "terminal multiplexer", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. --- Library/Formula/tmux.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/tmux.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb new file mode 100644 index 000000000..b5b7693b5 --- /dev/null +++ b/Library/Formula/tmux.rb @@ -0,0 +1,15 @@ +require 'brewkit' + +class Tmux