inkdrop-localdb-extract

0.1.2 • Public • Published

Inkdrop Local Database Extractor

Salvage data from a local database for Inkdrop.

You can extract a data as backup files from the local database of Inkdrop.

Install

npm install -g inkdrop-localdb-extract

How to salvage data

inkdrop-localdb-extract
 
Options:
  --version   Show version number                                      [boolean]
  -s, --src   The path to the source database directory
              (ex: "~/Library/Application Support/inkdrop/db/56ab08396cec2c0f87492c9a0f005f86")   [required]
  -d, --dest  The path to the destination directory                   [required]
  --help      Show help                                                [boolean]

Your data directory can be found at the following path:

  • on macOS: ~/Library/Application Support/inkdrop/db/<USER_ID>
  • on Windows: %APPDATA%/inkdrop/db/<USER_ID>
  • on Linux: ~/.config/inkdrop/db/<USER_ID>

USER_ID looks something like 56ab08396cec2c0f87492c9a0f005f86.

For example:

inkdrop-localdb-extract --src /path/to/db --dest /path/to/store

Readme

Keywords

Package Sidebar

Install

npm i inkdrop-localdb-extract

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

18.3 kB

Total Files

7

Last publish

Collaborators

  • craftzdog