1.0.2 • Published 8 years ago

treestyletab-sessionstore-migrate v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

treestyletab-sessionstore-migrate

Migrates Tree Style Tab's tree structure information embedded in sessionstore.jsonlz4.

Install

Install Node.js at first. On Linux, you'll need to install npm also.

Then install the npm package treestyletab-sessionstore-migrate.

$ sudo npm install -g treestyletab-sessionstore-migrate

Usage

This package provides only one command: treestyletab-sessionstore-migrate. Parameters:

  • 1st argument: Path to the original sessionstore.jsonlz4 file. (required)
  • 2nd argument: Path to the output file. (optional, default = stdout)
$ cd ~/.mozilla/firefox/xxxxx.default/
$ mv sessionstore.jsonlz4 sessionstore.jsonlz4.bak # backup for safety!
$ treestyletab-sessionstore-migrate sessionstore.jsonlz4.bak sessionstore.jsonlz4
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago