docs/docs-importer
2019-02-12 13:57:54 +01:00
..
main.js sismics docs -> teedy 2019-02-12 13:57:54 +01:00
package-lock.json Closes #210: choose a tag applied on documents 2018-03-28 16:48:16 +02:00
package.json sismics docs -> teedy 2019-02-12 13:57:54 +01:00
README.md Closes #188: Quiet mode for the file importer 2018-03-05 14:36:30 +01:00
SismicsDocs.ico Fixed some spelling mistakes + added translated properties for german… (#266) 2019-01-24 11:53:45 +01:00

File Importer

This tool can be used to do a single import of files or to periodically scan for files in an input folder.

Downloads

Built binaries for Windows/Linux/MacOSX can be found at https://github.com/sismics/docs/releases

Usage

./docs-importer-macos (for MacOSX)
./docs-importer-linux (for Linux)
docs-importer-win.exe (for Windows)

A wizard will ask you for the import configuration and write it in ~/.config/preferences/com.sismics.docs.importer.pref

For the next start, pass the -d argument to skip the wizard:

./docs-importer-linux -d

Daemon mode

The daemon mode scan the input directory every 30 seconds for new files. Once a file is found and imported, it is deleted.

Build from sources

npm install
npm install -g pkg
pkg .