Project

lab42_tmux

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A Gem that will give us helpers to dry up the creation of TMUX windows and panes, adding some predefind layouts which are a good starting point for the usage of this gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Development

~> 0.5.3
~> 1.3.2
~> 0.9.12
~> 2.13.0

Runtime

~> 0.2.0
 Project Readme

Lab42, Programmers' Best Friend In Ruby 2

Tmux

Read Release Notes for information concerning a specific version.

Predefined Scripts

lab42_tmux

  lab42_ruby_session project_home [:dry_run] [repl: <repl and params>]

Opens a tmux session with the following windows

  repl, defaulting to "irb"
  vi "vi ."
  lib "vi lib"
  spec "vi spec" iff project_home/spec exists
  features "vi feartures" iff project_home/featutes exists 
  cucu "sh" iff project_home/featutes exists 
  a shell

Broken in 0.0.2

  lab42_tmux some_path [windows: n]

If a session with the basename of some_path exists will attach to it. Otherwise will open a session with that name and n additional windows, each window will be cwed into `some_path.

lab42_ruby_session

...