remi / teamocil

There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
MIT License
2.36k stars 101 forks source link

how to specify another root of configure instead ~/.teamocil #90

Closed metrue closed 9 years ago

metrue commented 9 years ago

is that OK to put the configure into other place more the ~/.teamocil ?

remi commented 9 years ago

There’s a --layout command line option that you can use

Option Description
--layout Takes a custom file path to a YAML layout file instead of [layout-name]
$ teamocil --layout /path/to/layout/file.yml
metrue commented 9 years ago

@remiprev

thanks, nice README, how come I missed that part. Great tool, thanks.