Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Command line utility for sync and backup OneTab Chrome extension data.

Awesome Lists containing this project

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 information

Commands:

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
```