aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dvtm.rb
AgeCommit message (Collapse)Author
2015-03-02dvtm: update 0.14 bottle.BrewTestBot
2015-03-02dvtm 0.14Colin King
Closes #37235. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-01-12dvtm: add 0.13 bottle.BrewTestBot
2015-01-12dvtm: modernizeAlexis Hildebrandt
Closes #35470. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-12dvtm 0.13Alexis Hildebrandt
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-21dvtm 0.12Brett Koonce
2014-03-16dvtm 0.11Brett Koonce
2014-01-18dvtm 0.10Brett Koonce
Signed-off-by: Brett Koonce <koonce@gmail.com>
2013-04-12dvtm 0.9Alexis Hildebrandt
Closes #19159. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-05dvtm 0.8Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-23dvtm: Update to 0.7JuanPablo
Closes #7783. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-02Update Formula: dvtm to 0.6Alexis Hildebrandt
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixes #3033
2010-01-24Update Formula: dvtmAlexis Hildebrandt
Correct git clone url
2010-01-24Dvtm 0.5.2Alexis Hildebrandt
Dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs like vim, mutt, cmus or irssi.