FileSearcher GUI V4 based on electron
download or clone source
set NODE_TLS_REJECT_UNAUTHORIZED=0 npm config set strict-ssl false npm config set registry http://registry.npmjs.org/ npm install electron --save-dev npm install sqlite3
set the db_files variable in main.js to be the paths to the db files.
npm run start
npm start --prefix %path_to_source%
powershell "start npm -Args "start --prefix %path_to_source%" -WindowStyle Hidden"