Comparing version 0.1.7 to 0.1.8
@@ -7,2 +7,6 @@ # Changelog | ||
* **[v0.1.8](https://github.com/mklement0/ttab/compare/v0.1.7...v0.1.8)** (2015-09-11): | ||
* [doc] Incorrect new-window option corrected in examples. | ||
* [doc, dev] Read-me improved together with the Makefile to turn off syntax highlighting for the CLI help chapter. | ||
* **[v0.1.7](https://github.com/mklement0/ttab/compare/v0.1.6...v0.1.7)** (2015-06-26): | ||
@@ -9,0 +13,0 @@ * [doc] Read-me: npm badge changed to shields.io; license badge added. |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"os": [ | ||
@@ -8,0 +8,0 @@ "darwin" |
@@ -32,3 +32,3 @@ [![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) | ||
## From the npm registry | ||
## Installation from the npm registry | ||
@@ -48,3 +48,3 @@ With [Node.js](http://nodejs.org/) or [io.js](https://iojs.org/) installed, install from the [npm registry](https://www.npmjs.com/package/ttab): | ||
* Make it executable with `chmod +x ttab`. | ||
* Move it to a folder in your `$PATH`, such as `/usr/local/bin` | ||
* Move it to a folder in your `$PATH`, such as `/usr/local/bin`. | ||
@@ -58,3 +58,3 @@ # Examples | ||
# Open a new tab in a new terminal window. | ||
ttab -n | ||
ttab -w | ||
@@ -84,3 +84,3 @@ # Open a new tab and execute the specified command. | ||
``` | ||
```nohighlight | ||
$ ttab --help | ||
@@ -94,3 +94,3 @@ | ||
Opens a new Terminal.app tab and optionally executes a | ||
command and assigns settings, among other options. | ||
command and assigns settings, among other options. | ||
@@ -194,2 +194,6 @@ IMPORTANT: *Terminal.app must be allowed assistive access* in order for this | ||
* **[v0.1.8](https://github.com/mklement0/ttab/compare/v0.1.7...v0.1.8)** (2015-09-11): | ||
* [doc] Incorrect new-window option corrected in examples. | ||
* [doc, dev] Read-me improved together with the Makefile to turn off syntax highlighting for the CLI help chapter. | ||
* **[v0.1.7](https://github.com/mklement0/ttab/compare/v0.1.6...v0.1.7)** (2015-06-26): | ||
@@ -196,0 +200,0 @@ * [doc] Read-me: npm badge changed to shields.io; license badge added. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48565
220