teamocil 0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.mkd +1 -8
- data/lib/teamocil.rb +1 -1
- metadata +3 -2
data/README.mkd
CHANGED
|
@@ -23,15 +23,8 @@ Teamocil is a tool used to automatically create windows and splits in `tmux` wit
|
|
|
23
23
|
width: 50
|
|
24
24
|
- cmd: memcached -p 11211 -vv
|
|
25
25
|
height: 25
|
|
26
|
-
- name: sample-window-2
|
|
27
|
-
splits:
|
|
28
|
-
- cmd: cd ~/Code/sample/www-2
|
|
29
|
-
- cmd:
|
|
30
|
-
- cd ~/Code/sample/www-2
|
|
31
|
-
- rails s
|
|
32
|
-
width: 50
|
|
33
26
|
|
|
34
|
-
will create a new window named `sample` with a layout like this:
|
|
27
|
+
will create a new window named `sample-window` with a layout like this:
|
|
35
28
|
|
|
36
29
|
.------------------.------------------.
|
|
37
30
|
| (0) | (1) |
|
data/lib/teamocil.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: teamocil
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- "R\xC3\xA9mi Pr\xC3\xA9vost"
|