Commit Graph

107 Commits

Author SHA1 Message Date
Allen Bargi da8e7ead5f added color syntax highlighting to the readme file 2012-01-08 18:25:19 +01:00
Allen Bargi 4396b7444b Merge pull request #43 from linsong/master
enable tmux settings for session
2011-12-23 15:51:20 -08:00
Vincent Wang 0884fbd431 user can define hotkeys per session 2011-12-22 11:21:38 +08:00
Vincent Wang cea7045feb tmux settings config for session 2011-12-22 10:51:28 +08:00
Allen Bargi ca211f9a4a Merge pull request #35 from hedgehog/73aece0da817506873182ea50fe055d268998188
pre-pane commands: closes GH issue #33
2011-11-07 02:22:27 -08:00
Allen Bargi 53c4fe2242 Merge pull request #34 from hedgehog/3d606e273d18edbf98e689de516e127c09e2b69c
Load config from .tmuxinator beneath current dir: closes GH issue #31
2011-11-07 02:20:06 -08:00
Hedgehog 73aece0da8 pre-pane commands: closes GH issue #33 2011-11-04 14:13:40 +11:00
Hedgehog 7e85899314 pre-pane commands: closes GH issue #33 2011-11-04 14:05:41 +11:00
Hedgehog 3d606e273d Load config from .tmuxinator beneath current dir: closes GH issue #31 2011-11-04 12:36:10 +11:00
Allen Bargi d65d29f3b3 Regenerate gemspec for version 0.5.0 2011-10-10 14:59:07 +02:00
Allen Bargi bd7048cce7 Version bump to 0.5.0 2011-10-10 14:58:39 +02:00
Allen Bargi 611fa7cb65 minor fix for readme 2011-10-10 14:58:23 +02:00
Allen Bargi 95186a4efc updated readme 2011-10-10 14:55:46 +02:00
Allen Bargi 9659b42929 moved tmuxinator_completion to bin directory 2011-10-10 14:39:28 +02:00
Allen Bargi 1e9ae343f1 merged auto completion from jpablobr 2011-10-10 13:31:52 +02:00
Allen Bargi 6550cb9ece Merge pull request #29 from ajwalters/socket_name
Allow optional socket name
2011-10-10 03:32:08 -07:00
Adam Walters 5311faf9cc Allow optional socket name 2011-10-09 20:33:27 -05:00
Allen Bargi 2c7840d87d Use $HOME instead of Env["Home"]
No reason to generate a fixed path that's only used by a bash alias.
Makes moving directories and sharing across machines a pain. from
just3ws's fork
2011-09-15 14:53:31 +02:00
Allen Bargi c72c34965c Regenerate gemspec for version 0.4.0 2011-09-15 14:44:50 +02:00
Allen Bargi f9f7bd5a94 updated gemfile with new versions of gems 2011-09-15 14:43:57 +02:00
Allen Bargi 9dd6556efc updated changelog and bumped version to 0.4.0 2011-09-15 14:41:24 +02:00
Allen Bargi ef5236e999 do not crash if yaml file format is incorrect, return an appropriate message. closes #24 2011-09-15 14:34:10 +02:00
Allen Bargi 13483ddf21 fixing typo, closes #23 2011-09-15 15:20:47 +03:00
Allen Bargi 8830a4d84f Merge pull request #18 from xentek/master
Updated Readme
2011-08-31 13:15:11 -07:00
jpablobr ccc17bf68c There's already a mux alias. 2011-08-31 19:22:03 +10:00
jpablobr 071009f991 Added command line completion for opening .yml configs and `tmuxinator`
options.

The completion for commands could be a bit smarter if the `-h` option
would have a bit more "predictable" output.
2011-08-31 14:28:43 +10:00
Eric Marden 777f5f98e6 Updated Readme with a few things that were missing... namely how to start a tmuxinator defined session and the environment bootstrap line that tmuxinator doctor said I needed. Should be helpful to new users (like myself) to get going with it 2011-08-29 14:51:58 -05:00
Allen Bargi 1cdcd3fa0b Merge pull request #14 from thedeeno/master
Start projects from cli instead of using shell scripts
2011-07-16 16:28:31 -07:00
Dane O'Connor 45b553768f use 'mux' for short hand alias 2011-07-09 14:34:02 -04:00
Dane O'Connor 204b27c0a7 have exe call cli 'run' instead of 'start' 2011-07-07 11:07:25 -04:00
Dane O'Connor aaf39fa6cd possible history 2011-06-27 01:17:51 -04:00
Dane O'Connor a60d62150f update readme 2011-06-27 01:17:22 -04:00
Dane O'Connor bca2861a4a added 'tor' symlink alias for tmuxinator 2011-06-27 01:16:44 -04:00
Dane O'Connor 368e17af28 update usage 2011-06-27 01:04:27 -04:00
Dane O'Connor 6ec846030f cli now implicitly starts a project session
It will check for a project using method_missing and run it if found
2011-06-27 01:04:17 -04:00
Dane O'Connor 51b752fcb5 add 'start' method to cli 2011-06-27 00:57:40 -04:00
Dane O'Connor 769357a3b2 remove shell alias stuff 2011-06-27 00:54:45 -04:00
Dane O'Connor 943b672bdc fixed broken spec
looks like the intent is to call pre in the context of build_command. Spec
wasn't expecting that though.
2011-06-26 23:03:37 -04:00
Allen Bargi 344aa66641 Regenerate gemspec for version 0.3.4 2011-06-20 12:19:28 +02:00
Allen Bargi fe97561567 Version bump to 0.3.4 2011-06-20 12:19:06 +02:00
Allen Bargi 57dc9e84d5 Fixed #5 thanks to @doitian 2011-06-20 12:17:44 +02:00
Allen Bargi 4652e0cf78 Merge pull request #12 from doitian/build-command
Build command
2011-06-20 03:07:55 -07:00
Ian Yang 8f3605d5b7 Use build_command helper function to build pre command 2011-06-16 01:25:28 +08:00
Ian Yang 9a706b502e Fix command build bug
Reject empty commands to avoid the results like

"rvm use ree &&"

or

"echo 1 && && echo 2"
2011-06-16 01:19:22 +08:00
Allen Bargi e23f1afaf7 Merge pull request #11 from kenbolton/master
Update to README and help
2011-06-09 12:19:41 -07:00
Ken Bolton 656ae842a1 bah, typo. 2011-06-09 11:15:34 -04:00
Ken Bolton 75046589c0 Added doctor and update_scripts to cli help, added doctor to README. 2011-06-09 11:11:40 -04:00
Allen Bargi 2419b9e858 fixing a type 2011-05-25 21:58:29 +02:00
Allen Bargi fb965eeec3 Regenerate gemspec for version 0.3.3 2011-05-24 13:12:22 +02:00
Allen Bargi 5f0c5f6353 updated readme 2011-05-24 13:08:52 +02:00