Jonathan Arnett
cfe5862454
Merge pull request #492 from rpunkfu/patch-1
...
Inform user about 's' alias of start command
2017-03-29 10:46:32 -04:00
Satoshi Ohmori
a6cb108c05
Bump license years for 2017
2017-01-03 08:36:05 +09:00
Oskar Cieslik
36e9883f2a
Inform user about 's' alias of start command
2016-12-28 03:04:01 +01:00
Jack Turnbull
a38771cee4
Remove name duplication
2016-09-21 09:59:18 +01:00
Jack Turnbull
e8c07fa4a5
Add name flag to tmuxinator start documentaion
...
The way tmuxinator currently works is to expect the name (or alias) of the start command to be passed in underneath the `-n` flag. The documentation has been updated to reflect this.
2016-09-08 16:45:07 +01:00
Jonathan Arnett
bc55c8a16f
Re-added description of 'mux' as an alias
2016-08-12 11:50:46 -04:00
Peter Doherty
d1c913029b
commenting out Shorthand section of README.md until mux issue has been addressed
2016-07-20 12:00:30 -04:00
Kevin Sjöberg
2b31b2cfc4
Minor correction in README
2016-03-31 13:12:18 +02:00
Satoshi Ohmori
ca168f27fb
Bump year to 2016
...
[ci skip]
2016-01-03 22:00:32 +09:00
Christopher Chow
1c2f9adb2d
Add gitter badge
2015-11-11 07:47:19 +11:00
Christopher Chow
053c35dff3
Merge pull request #346 from andyw8/patch-1
...
Fix typo in README
2015-10-26 09:50:43 +11:00
Andy Waite
60d0c4d8b5
Fix typo in README
...
tmuxiniator -> tmuxinator
2015-10-25 17:17:07 +00:00
Jonathan Arnett
6d0a1aef69
Implemented passing args to YAML
2015-10-06 18:05:38 -04:00
Adam Strickland
79d1ec64d9
Add local project file (pwd/.tmuxinator.yml) support.
...
We have a need to be able to commit project files to git and share them
between machines (we use disposbale development boxes). Refactored
`Tmuxinator::Config.project` to also check for `$PWD/.tmuxinator.yml`
when searching for project files. This occurs between the recursive
search of `Tmuxinator::Config.root` and the default path being selected,
so as to allow for project files to be shared with no disruption to
existing functionality.
2015-09-04 15:46:49 -05:00
François Pietka
899c236d13
Add yaml colorization where missing in README
2015-07-29 10:26:55 +02:00
Erik Bernoth
2cd22c5086
explain what ERB is
...
The documentation wasn't so clear for non insiders. The Link to Wikipedia should enable people to gather information they wouldn't have gotten otherwise.
2015-06-24 20:52:53 +02:00
Christopher Chow
7cfc549705
Merge pull request #273 from jlipps/custom-session
2015-06-06 17:16:50 +10:00
Christopher Chow
3ebbf06a85
Merge pull request #293 from aMoniker/master
...
Add post and attach config options
2015-06-01 09:41:07 +10:00
Jim Greenleaf
bca95f31dd
updated README and sample config
2015-05-29 19:28:01 -04:00
Chris Holmes
f5552c0e35
Update readme with info about dots in project names
2015-05-23 10:08:05 +01:00
Christopher Chow
c2d77b7c81
[ #267 ] Add ERB config support to readme.
2015-02-27 23:51:46 +11:00
Christopher Chow
228e135a43
Add additional aliases to readme.
2015-02-27 23:49:38 +11:00
Christopher Chow
51fda0626d
[ #283 ] Add window root option to readme.
2015-02-27 23:12:02 +11:00
Christopher Chow
d081b6d09a
Merge pull request #281 from n0ts/update-readme
...
Fix indentation in readme example
2015-01-28 22:39:25 +11:00
kerams
427049079d
Update README.md and sample.yml with info about startup_info
2015-01-23 00:21:30 +01:00
n0ts
17a7164fc3
Wrong layout indent
2015-01-14 12:06:53 +09:00
Jonathan Lipps
de291d0adb
add param to 'start' that starts project with custom session name/socket
...
this allows projects to be reused
fix #143
2014-12-15 15:25:32 -08:00
Christopher Chow
3bfecd4e43
Forgot that open is actually aliased.
...
This reverts commit 3278675fd9 .
2014-10-13 11:17:36 +11:00
Christopher Chow
3278675fd9
[ Closes #196 ] Clarify new and open commands.
2014-10-13 10:42:55 +11:00
Christopher Chow
b4a0cb1403
Update copyright details.
2014-10-13 10:37:33 +11:00
Christopher Chow
08f4303fd9
Switch to SVG badges.
2014-10-13 10:36:17 +11:00
Elijah Lynn
ed70762df2
Update readme with correct Fish completions path.
2014-08-14 09:14:57 -04:00
nicoder
3aee94b7f3
[ Closes #217 , #216 ] Fix typos in readme.
2014-05-23 11:07:51 +10:00
Marc Ignacio
e7adb0879d
Update README.md
...
fix typo error
2014-03-10 09:15:45 +08:00
Christopher Chow
bf2ad69133
Fix badge references broken from organisation move.
2014-02-24 12:11:17 +11:00
Robert Anthony Bellamy
789f373500
adds an indefinite article before shell in #passing-directly-to-send-keys
2014-01-01 18:45:28 -05:00
Nathan Kot
754f06de77
Update README for fish shell completions.
2013-12-27 22:57:54 +13:00
Andy Waite
8489293e14
Fix path for Rails log directory in sample
...
This was previously fixed in 01446a1 but then lost in 3614b80
I've updated the README for consistency
2013-12-12 16:21:32 -08:00
Christopher Chow
156f81af84
Add a caveat to the readme regarding periods in project names.
2013-11-06 13:16:31 +11:00
John McDonnell
ef549f3cfb
Spellfixes
...
Grammar Nazi fixes.
2013-11-02 00:21:18 -07:00
Christopher Chow
0c76a02f6a
[ #100 , #165 ] Add support for send-keys and multiple pane commands and fix pre_window not working for panes.
2013-11-01 20:40:50 +11:00
Christopher Chow
64d81ad563
Change the name for custom tmux command option to be more consistent.
2013-09-16 23:03:36 +10:00
Christopher Chow
6fd4dd4f3f
Remove the $ in front of commands in the readme.
2013-08-12 21:17:51 +10:00
Christopher Chow
622a24650e
Remove default.yml support from readme.
2013-08-12 20:44:34 +10:00
Christopher Chow
4cb16c58c3
Update the read me.
2013-08-11 20:24:41 +10:00
Lordnibbler
acf46feb6d
Update README.md
...
Add info on changing `base-index` in `.tmux.conf` and additional info about how windows and panes work.
2013-08-07 18:05:20 -07:00
Christopher Chow
03a4dff660
Update readme regarding completion.
2013-08-06 21:27:47 +10:00
Christopher Chow
ceda023e35
Move badges to a new line.
2013-08-04 00:28:14 +10:00
Christopher Chow
76dbf3ed5e
Add gem version badge.
2013-08-04 00:27:10 +10:00
Christopher Chow
414b2f5ffc
Update readme with pre_window and fix typo.
2013-08-04 00:16:13 +10:00