Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ttab

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttab - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

CHANGELOG.md

@@ -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.

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc