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.7.2 to 0.7.3

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # Changelog

* **[v0.7.3](https://github.com/mklement0/ttab/compare/v0.7.2...v0.7.3)** (2022-08-11):
* [fix] for #43; the way that keeping the shell alive is emulated in Gnome Terminal now also works when the startup command is aborted with Ctrl-C.
* **[v0.7.2](https://github.com/mklement0/ttab/compare/v0.7.1...v0.7.2)** (2021-10-26):

@@ -9,0 +12,0 @@ * [fix] for #39; `ttab` now works correctly when iTerm's "Exclude from Dock and ⌘-Tab Application Switcher" preference is enabled, albeit without support for `-g` and `-G`, for technical reasons.

2

LICENSE.md

@@ -1,1 +0,1 @@

Copyright (c) 2015-2021 Michael Klement <mklement0@gmail.com> (http://same2u.net), released under the [MIT license](https://spdx.org/licenses/MIT#licenseText).
Copyright (c) 2015-2022 Michael Klement <mklement0@gmail.com> (http://same2u.net), released under the [MIT license](https://spdx.org/licenses/MIT#licenseText).

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.7.2",
"version": "0.7.3",
"os": [

@@ -53,3 +53,3 @@ "darwin",

"devDependencies": {
"doctoc": "^1.4.0",
"doctoc": "^2.2.0",
"json": "^10.0.0",

@@ -62,4 +62,3 @@ "marked": "^0.7.0",

"urchin": "^0.0.5"
},
"dependencies": {}
}
}

@@ -163,10 +163,10 @@ [![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)

* [doctoc (D)](https://github.com/thlorenz/doctoc#readme)
* [json (D)](https://github.com/trentm/json#readme)
* [doctoc (D)]()
* [json (D)]()
* [marked (D)](https://marked.js.org)
* [marked-man (D)](https://github.com/kapouer/marked-man#readme)
* [replace (D)](https://github.com/ALMaclaine/replace#readme)
* [semver (D)](https://github.com/npm/node-semver#readme)
* [marked-man (D)]()
* [replace (D)]()
* [semver (D)]()
* [tap (D)](http://www.node-tap.org/)
* [urchin (D)](https://github.com/tlevine/urchin)
* [urchin (D)]()

@@ -181,2 +181,5 @@ <!-- DO NOT EDIT THE NEXT CHAPTER and RETAIN THIS COMMENT: The next chapter is updated by `make update-readme/release` with the contents of 'CHANGELOG.md'. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. -->

* **[v0.7.3](https://github.com/mklement0/ttab/compare/v0.7.2...v0.7.3)** (2022-08-11):
* [fix] for #43; the way that keeping the shell alive is emulated in Gnome Terminal now also works when the startup command is aborted with Ctrl-C.
* **[v0.7.2](https://github.com/mklement0/ttab/compare/v0.7.1...v0.7.2)** (2021-10-26):

@@ -183,0 +186,0 @@ * [fix] for #39; `ttab` now works correctly when iTerm's "Exclude from Dock and ⌘-Tab Application Switcher" preference is enabled, albeit without support for `-g` and `-G`, for technical reasons.

@@ -5,18 +5,17 @@ # Figure out how to automatically update ttab.rb for Homebrew on every new release

Manual instructions for now.
**Manual instructions** for now:
Presumably this means that we must make *2* commits:
* Commit the tagged release in order to make GitHub generate the new version's *.tar.gz package.
* Commit the tagged release in order to make GitHub generate the *.tar.gz package.
* Update the `*.rb` file in terms of initially _just_ the URL; e.g., for `0.7.2`:
* `url "https://github.com/mklement0/ttab/archive/v0.7.2.tar.gz"`
* Wait until that has happened and create the hash.
* Use the formula *locally*, which predictably _fails_ due to the outdated hash, but the error message will report the _new_ hash:
```powershell
$ver='0.7.1'; curl -Lo /tmp/ttab.tar.gz https://github.com/mklement0/ttab/archive/v$ver.tar.gz && shasum -a 256 /tmp/ttab.tar.gz && rm /tmp/ttab.tar.gz
```bash
HOMEBREW_NO_AUTO_UPDATE=1 brew install --formula ./ttab.rb
```
* Update the `*.rb` file in terms of both the URL and the hash.
OR
* Test the formula locally.
```powershell

@@ -26,2 +25,8 @@ $env:HOMEBREW_NO_AUTO_UPDATE=1; brew install --formula ./ttab.rb

* Copy the new hash from the error message and update the `*.rb` file again, with the new hash.
* Run the formual *locally* again, as above, which should now succeed.
* Verify that `rreadlink "$(which ttab)"` shows that `/usr/local/bin/ttab` links to the correct version.
* Commit and push.

@@ -28,0 +33,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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