RobertDober / lab42_tmux

Fine graned control over tmux sessions
MIT License
0 stars 0 forks source link

Implement a typical node.js session #4

Open RobertDober opened 11 years ago

RobertDober commented 11 years ago

This shall have the following default layout

0: sh 1: repl (by default node, but overwritten by repl: param) 2: vi (vi .) 3: src (vi src) 4: spec (vi spec) if spec exists 5: cucu (vi features) if spec exists 6: sh 7: db (by default mongod, but overwritten by db: param) only if :db or db: param 8: srv (by default node app.js, but overwritten by service:) only of :service or service: param

RobertDober commented 11 years ago

And furthermore it should be easy to launch compilers (typically coffee and sass for me) in windows 9+ example

9: coffee only if :coffee or coffee: cmd (cmd defaults to -cw .) a: sass only if :sass or sass: cmd (cmd defaults to --watch public/stylesheets:public/stylesheets)