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)
- Host: GitHub
- URL: https://github.com/saehun/close-tab
- Owner: saehun
- License: mit
- Created: 2021-12-30T17:58:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:25:24.000Z (over 3 years ago)
- Last Synced: 2025-04-01T21:29:13.657Z (about 1 year ago)
- Topics: chrome, cli, command-line-tool, osx
- Language: TypeScript
- Homepage:
- Size: 7.35 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```

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