Skip to content

Commit ed0d926

Browse files
committed
Update readme. Bump version number.
1 parent 8b41157 commit ed0d926

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ iTermocil allows you to setup pre-configured layouts of windows and panes in [iT
44

55
iTermocil is compatible with [teamocil](https://github.com/remiprev/teamocil), allowing anyone with teamocil files to execute those files natively in iTerm2, without needing tmux or any other dependency. However, iTermocil also has support for additional directives which will cause teamocil to fail, if used.
66

7+
iTermocil supports iTerm 2.x and the new 3.x (including later betas). It works better with the new 3.x versions which have improved Applescript support.
8+
79
![Example](https://raw.githubusercontent.com/TomAnthony/itermocil/master/itermocil.gif)
810

911
## Installing iTermocil
@@ -32,7 +34,12 @@ $ itermocil sample
3234
$ itermocil [options] <layout-name>
3335
```
3436

35-
Alternatively, if you have an `iTermocil.yml` file in the current directory you can simply run `itermocil` and it will use that file, so you can have files inside your projects and sync via Github etc.
37+
Alternatively, if you have an `iTermocil.yml` file in the current directory you can simply run `itermocil` and it will use that file, so you can have files inside your projects and sync via Github etc:
38+
39+
```bash
40+
$ cd my_project
41+
$ itermocil
42+
```
3643

3744
iTermocil is compatible with all of teamocil's flags, and they all work in the same way.
3845

itermocil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from math import ceil
1111

1212

13-
__version__ = '0.1.8'
13+
__version__ = '0.2.0'
1414

1515

1616
class Itermocil(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='itermocil',
5-
version='0.1.8',
5+
version='0.2.0',
66
url='https://github.com/TomAnthony/itermocil',
77
license='MIT',
88
description='Create pre-defined window/pane layouts and run commands in iTerm',

0 commit comments

Comments
 (0)