Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runoshun/onetab-sync
Command line utility for sync and backup OneTab Chrome extension data.
https://github.com/runoshun/onetab-sync
gist nodejs onetab
Last synced: 3 months ago
JSON representation
Command line utility for sync and backup OneTab Chrome extension data.
- Host: GitHub
- URL: https://github.com/runoshun/onetab-sync
- Owner: runoshun
- License: mit
- Archived: true
- Created: 2017-10-15T05:08:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T05:14:20.000Z (about 7 years ago)
- Last Synced: 2024-09-17T02:25:29.916Z (4 months ago)
- Topics: gist, nodejs, onetab
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 59
- Watchers: 7
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-javascript - onetab-sync
- awesome-javascript - onetab-sync
README
# onetab-sync
Command line utility for sync and backup [OneTab](https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall) Chrome extension data.## Install
```
npm install -g onetab-sync
```## Usage
```
Usage: onetab-sync [options] [command]upload/download OneTab data to Gist
Options:
-V, --version output the version number
-h, --help output usage informationCommands:
upload force upload onetab data to gist
download force download onetab data from gist
sync sync onetab data with gist
restore restore onetab data from backup file
```