1.0.1 • Published 8 years ago
treestyletab-sessionstore-migrate v1.0.1
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-migrateUsage
This package provides only one command: treestyletab-sessionstore-migrate. Parameters:
- 1st argument: Path to the original
sessionstore.jsonlz4file. (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