0.0.5 • Published 9 years ago

dm-tmux v0.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

dm-tmux

Description

  • a command line tmux helper writte in nodejs
  • i started this, because i often had the feeling, that i want to copy the current layout and create a new one out of it

Shortcut

dmt [yml]

Install

npm install dm-tmux -g

Tasks

dmt yml [directory fileName]

  • creates a tmuxinator yml-file which copies the current tmuxinator layout. getting the layout from tmux list-windows.
  • examples
dmt yml
dmt yml ~/.tmuxinator test // creates ~/.tmuxinator/test.yml with current layout

Config

  • you can place a .dm-tmux.json file in your home directory (~/.dm-tmux.json)
  • the following things are allowed at the moment
{
    "ymlFilePath": "~/.tmuxinator"
}
  • ymlFilePath: says where the yml-file should be placed

Lessons Learned

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.3-5

9 years ago

0.0.3-4

9 years ago

0.0.3-3

9 years ago

0.0.3-2

9 years ago

0.0.3-1

9 years ago

0.0.3-0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago