Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RONNCC/onetab-syncer
https://github.com/RONNCC/onetab-syncer
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/RONNCC/onetab-syncer
- Owner: RONNCC
- License: mit
- Created: 2020-11-17T09:38:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:51:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T09:45:26.882Z (28 days ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Maintained version of https://github.com/runoshun/onetab-sync
---
# onetab-syncer
Command line utility for sync and backup [OneTab](https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall) Chrome extension data.## Install
```
npm install -g @ronncc/onetab-syncer
```## Usage
```
Usage: onetab-syncer [options] [command]1) close chrome
2) upload/download/sync OneTab data to GistOptions:
-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
```