Comparing version 0.1.1 to 0.1.2
@@ -7,2 +7,5 @@ # Changelog | ||
* **v0.1.2** (2015-06-01): | ||
* [doc] Manual-installation link and instructions fixed; examples fixed. | ||
* **v0.1.1** (2015-06-01): | ||
@@ -9,0 +12,0 @@ * [doc] README.md improved with respect to manual installation instructions. |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"os": [ | ||
@@ -8,0 +8,0 @@ "darwin" |
@@ -47,14 +47,13 @@ [![npm version](https://badge.fury.io/js/ttab.svg)](http://badge.fury.io/js/ttab) | ||
```shell | ||
# Open a new tab in the current terminal window. | ||
ttab | ||
# Open a new tab in a new window. | ||
# Open a new tab in a new terminal window. | ||
ttab -n | ||
# Open a new tab and execute the specified command. | ||
ttab ls -l "$Home/Library/Application Support" | ||
ttab ls -l "$HOME/Library/Application Support" | ||
# Open a new tab, switch to the specified dir., then execute the specified command. | ||
ttab -d "/Users/mklement/Library/Application Support" ls -1 | ||
ttab -d ~/Library/Application\ Support ls -1 | ||
@@ -123,3 +122,3 @@ # Open a new tab with title 'How Green Was My Valley' and settings 'Grass' | ||
ttab -t Green -s Grass # create new tab with title 'Green' using settings 'Grass' | ||
ttab ls -l "$Home/Library/Application Support" | ||
ttab ls -l "$HOME/Library/Application Support" | ||
ttab -d "\~/Library/Application Support" ls -1 | ||
@@ -162,2 +161,5 @@ ttab eval "ls \$HOME/Library/Application\ Support; echo Press a key to exit.; read -s -n 1; exit" | ||
* **v0.1.2** (2015-06-01): | ||
* [doc] Manual-installation link and instructions fixed; examples fixed. | ||
* **v0.1.1** (2015-06-01): | ||
@@ -164,0 +166,0 @@ * [doc] README.md improved with respect to manual installation instructions. |
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
41345
167