iterm2_escape 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/examples/set_tab_color.rb +2 -1
- data/lib/iterm2_escape/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cc9dbfab6c67b511676f08d73cba36b649cc200
|
4
|
+
data.tar.gz: a7363cb98c495bbb0e2a0a0e8cd2ddf4214dc87b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 838f74b9d4dd7fde529f8607358fe9321ee218ca242ee6104e4db2777fa23f20fd657b85742a0b3ac2abbd26744fab05701e739ffeefd418088e85e26280d789
|
7
|
+
data.tar.gz: c5f107ef37b0ba241957b97d9817d14d81cea3c9c10d8f621c01dceb7c2e0326ca53387bd036d365ed988a07c6ef40c0577c66a11595a7cb27929195771e125a
|
data/README.md
CHANGED
@@ -3,7 +3,11 @@
|
|
3
3
|
[![Build Status](https://travis-ci.org/mark-rushakoff/iterm2_escape.png)](https://travis-ci.org/mark-rushakoff/iterm2_escape)
|
4
4
|
[![Code Climate](https://codeclimate.com/github/mark-rushakoff/iterm2_escape.png)](https://codeclimate.com/github/mark-rushakoff/iterm2_escape)
|
5
5
|
|
6
|
-
|
6
|
+
iterm2_escape provides a simple interface to controlling iTerm2 through escape codes (both proprietary and standard).
|
7
|
+
|
8
|
+
Currently, it allows you to set the color of the tabs and to set the title of tabs and windows.
|
9
|
+
|
10
|
+
(iterm2_escape is in no way affiliated with [iTerm2](https://github.com/gnachman/iTerm2) -- it was just made by a fan.)
|
7
11
|
|
8
12
|
## Installation
|
9
13
|
|
data/examples/set_tab_color.rb
CHANGED