Comparing version 0.5.1 to 0.6.0
@@ -7,2 +7,7 @@ # Changelog | ||
* **[v0.6.0](https://github.com/mklement0/ttab/compare/v0.5.1...v0.5.2)** (2017-06-21): | ||
* [enhancement] `-d ''` now prevents `ttab` from implicitly changing to what | ||
it thinks the working directory should be; useful for creating tabs/windows | ||
that set their own working directory. | ||
* **[v0.5.1](https://github.com/mklement0/ttab/compare/v0.5.0...v0.5.1)** (2017-03-23): | ||
@@ -9,0 +14,0 @@ * [doc] Sample command fixed. |
@@ -17,3 +17,4 @@ <!-- DO NOT EDIT THIS FILE: It is auto-generated by `make update-man` --> | ||
-G create tab in background and don't activate new tab | ||
-d <dir> specify working directory | ||
-d <dir> specify working directory; -d '' disables inheriting | ||
the current dir. | ||
-a Terminal|iTerm2 open tab or window in Terminal.app / iTerm2 | ||
@@ -80,3 +81,3 @@ <cmd> ... command to execute in the new tab | ||
invoking shell's working directory is inherited (even if `-w` is also | ||
specified). | ||
specified) - use `-d ''` to disable. | ||
@@ -83,0 +84,0 @@ * `-q` |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"os": [ | ||
@@ -8,0 +8,0 @@ "darwin" |
@@ -109,3 +109,4 @@ [![npm version](https://img.shields.io/npm/v/ttab.svg)](https://npmjs.com/package/ttab) [![license](https://img.shields.io/npm/l/ttab.svg)](https://github.com/mklement0/ttab/blob/master/LICENSE.md) | ||
-G create tab in background and don't activate new tab | ||
-d <dir> specify working directory | ||
-d <dir> specify working directory; -d '' disables inheriting | ||
the current dir. | ||
-a Terminal|iTerm2 open tab or window in Terminal.app / iTerm2 | ||
@@ -135,3 +136,3 @@ <cmd> ... command to execute in the new tab | ||
* [doctoc (D)](https://github.com/thlorenz/doctoc) | ||
* [json (D)](https://github.com/trentm/json) | ||
* [json (D)](https://github.com/trentm/json#readme) | ||
* [marked-man (D)](https://github.com/kapouer/marked-man#readme) | ||
@@ -151,2 +152,7 @@ * [replace (D)](https://github.com/harthur/replace) | ||
* **[v0.6.0](https://github.com/mklement0/ttab/compare/v0.5.1...v0.5.2)** (2017-06-21): | ||
* [enhancement] `-d ''` now prevents `ttab` from implicitly changing to what | ||
it thinks the working directory should be; useful for creating tabs/windows | ||
that set their own working directory. | ||
* **[v0.5.1](https://github.com/mklement0/ttab/compare/v0.5.0...v0.5.1)** (2017-03-23): | ||
@@ -153,0 +159,0 @@ * [doc] Sample command fixed. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86347
226