Comparing version 0.1.3 to 0.1.4
@@ -7,2 +7,6 @@ # Changelog | ||
* **v0.1.4** (2015-06-01): | ||
* [doc] Improved CLI usage help; keywords added to `package.json`. | ||
* [dev] `make browse` now opens the GitHub repo in the default browser. | ||
* **v0.1.3** (2015-06-01): | ||
@@ -9,0 +13,0 @@ * [fix] The -g and -G options again correctly do not activate Terminal.app when creating the desired tab. |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"os": [ | ||
@@ -28,3 +28,6 @@ "darwin" | ||
"terminal", | ||
"cli" | ||
"cli", | ||
"tabs", | ||
"windows", | ||
"automate" | ||
], | ||
@@ -31,0 +34,0 @@ "author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)", |
@@ -87,3 +87,3 @@ [![npm version](https://badge.fury.io/js/ttab.svg)](http://badge.fury.io/js/ttab) | ||
Important: Terminal must be allowed assisistive access in order for this utility | ||
Important: Terminal must be allowed assistive access in order for this utility | ||
to work, which requires one-time authorization with administrative privileges. | ||
@@ -97,4 +97,4 @@ If you get error messages instead of being prompted, authorize Terminal.app via | ||
-w creates the new tab in a new window rather than in Terminal's front window. | ||
-s specifies the settings to apply to the new tab, as defined in Terminal.app's | ||
Preferences > Settings; e.g.: 'Grass'; settings determine the appearance and behavior | ||
-s specifies the settings (profiles) to apply to the new tab, as defined in Terminal.app's | ||
Preferences > Profiles, such as 'Grass'; settings determine the appearance and behavior | ||
of the new tab; name matching is case-insensitive. | ||
@@ -106,3 +106,4 @@ -t specifies a custom title to assign to the new tab; otherwise, if a command is specified, | ||
-g (back*g*round) causes Terminal not to activate, but within Terminal, the new tab | ||
will become the active tab; useful in scripts that activate other applications beforehand. | ||
will become the active tab; useful in scripts that launch other applications and | ||
don't want Terminal to steal focus later. | ||
-G causes Terminal not to activate *and* the active element within Terminal not to change; | ||
@@ -112,4 +113,4 @@ i.e., the active window and tab stay the same. If Terminal happens to be active, the new | ||
NOTE: With -g or -G specified, for technical reasons, Terminal or the new tab will still activate | ||
*briefly, temporarily* in most scenarios. | ||
NOTE: With -g or -G specified, for technical reasons, Terminal or the new tab will still | ||
activate *briefly, temporarily* in most scenarios. | ||
@@ -168,2 +169,6 @@ Quoted parameters are handled properly and there's no need to quote the command as a whole, | ||
* **v0.1.4** (2015-06-01): | ||
* [doc] Improved CLI usage help; keywords added to `package.json`. | ||
* [dev] `make browse` now opens the GitHub repo in the default browser. | ||
* **v0.1.3** (2015-06-01): | ||
@@ -170,0 +175,0 @@ * [fix] The -g and -G options again correctly do not activate Terminal.app when creating the desired tab. |
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
42854
182