An open API service indexing awesome lists of open source software.

https://github.com/saehun/close-tab

Close chrome tabs from command-line (macOS only)
https://github.com/saehun/close-tab

chrome cli command-line-tool osx

Last synced: about 1 year ago
JSON representation

Close chrome tabs from command-line (macOS only)

Awesome Lists containing this project

README

          

# Close-tab
Read all tabs from an activated window of the chrome, open with vi prompt, you can close tabs by deleting lines.

### Istallation
```sh
npm install -g close-tab
```

### Usage
```sh
# with no arguments
close-tab
```
![screencast](./screen.gif)

### System requirements
- MacOS (only tested at 11.6 Big Sur)