xmsqh / everywhere

:wrench: A tool can really search everywhere for you.

Home Page:https://neal1991.github.io/everywhere/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

everywhere ๐Ÿ”

The name is inspired by everything, an awesome tool to search files in your PC. But the limitation is it can only search for filename. Recently, I am developing a tool to scan the documents in PC to search for some specific kind of data. A idea hits me that if I can develop a tool where I can search the content of files. It is the creation of this tool.

I wish this tool will perform just like its name!๐Ÿ˜

Usage

  1. Download the tool from here.
  2. Unzip the app.zip, and run the everywhere.exe in the folder.
  3. The client window will show. For the first time, you should click the index button to index files in your PC(The index time depends on the number and size of your files. In my PC, it is less than 5 minutes). Then you can search everwhere ๐Ÿ‘Š

Build the exe file

  • First, build the ui module to a jar. If you are using IDEA, you can export the ui jar like this: RHHun.md.png
  • The main Class is ClientWindow.
  • JSmooth is utilized to build exe in this case.

Main features

  • Indexed files include: doc, docx, xls, xslx, txt, pdf
  • Nearly realtime search after index
  • Now, the search supports Chinese and English words. Maybe the search still need optimization.
  • There are two search types, including path and content. You can search file content and filepath.

Environment requirements

  • The application is based on x64 OS JDK.
  • The JRE version is 1.8. The JRE has been included in the file folder.

Main techniques

Advanced setting

There are some config options in config.yaml. It can be used to config some environment for the application. For example, you can config excludeFilePathList, and fileList. However, the fileList only includes doc, docx, xls, xslx, txt,pdf.

Licene

Apache License 2.0

About

:wrench: A tool can really search everywhere for you.

https://neal1991.github.io/everywhere/

License:Apache License 2.0


Languages

Language:Java 100.0%