unreadablewxy / fsve-curator

fs-curator extension for fs-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsve-curator

fs-viewer extension to query and manage collections managed by fs-curator

How to install

For now there's no UI experience for managing extensions in the fs-viewer project. So all installations must be done manually.

  1. Build this extension & generate symblinks
npm install && npm run link
  1. Open the application level preferences in your favorite text editor
  • ~/.config/fs-viewer/config.json (for linux users)
  • %APPDATA%/fs-viewer/config.json (for windows users)
  1. Add the following property to the JSON file
{
  "extensions":["fsve-curator"]
}

Note: Assume pre-alpha, "it works on my box", level of quality. It can't harm your files, but it might not work for your setup.

About

fs-curator extension for fs-viewer

License:GNU General Public License v2.0


Languages

Language:TypeScript 90.9%Language:Sass 7.7%Language:JavaScript 1.4%