All Projects → madneal → Everywhere

madneal / Everywhere

Licence: apache-2.0
🔧 A tool can really search everywhere for you.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Everywhere

Fxdesktopsearch
A JavaFX based desktop search application.
Stars: ✭ 147 (+0%)
Mutual labels:  lucene, javafx
CodeIndex
A Code Index Searching Tools Based On Lucene.Net
Stars: ✭ 28 (-80.95%)
Mutual labels:  full-text-search, lucene
Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (+281.63%)
Mutual labels:  lucene, full-text-search
Luqum
A lucene query parser generating ElasticSearch queries and more !
Stars: ✭ 118 (-19.73%)
Mutual labels:  lucene
Binjr
A Time Series Data Browser
Stars: ✭ 119 (-19.05%)
Mutual labels:  javafx
Lucenenet
Apache Lucene.NET
Stars: ✭ 1,704 (+1059.18%)
Mutual labels:  lucene
Laravel Scout Postgres
PostgreSQL Full Text Search Engine for Laravel Scout
Stars: ✭ 140 (-4.76%)
Mutual labels:  full-text-search
Open Lowcode
Solution for rapid development of specific enterprise software
Stars: ✭ 116 (-21.09%)
Mutual labels:  javafx
Terasologylauncher
Terasology Launcher is the official launcher for the open source game Terasology.
Stars: ✭ 132 (-10.2%)
Mutual labels:  javafx
Querqy
Query preprocessor for Java-based search engines (Querqy Core and Solr implementation)
Stars: ✭ 122 (-17.01%)
Mutual labels:  lucene
Jcsg
Java implementation of BSP based CSG (Constructive Solid Geometry)
Stars: ✭ 121 (-17.69%)
Mutual labels:  javafx
Elassandra
Elassandra = Elasticsearch + Apache Cassandra
Stars: ✭ 1,610 (+995.24%)
Mutual labels:  lucene
Heapstats
JVMTI agent and JavaFX analyzer to gather JVM runtime information for after-the-fact analysis.
Stars: ✭ 126 (-14.29%)
Mutual labels:  javafx
Binding.scala
Reactive data-binding for Scala
Stars: ✭ 1,539 (+946.94%)
Mutual labels:  javafx
Elastiknn
Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
Stars: ✭ 139 (-5.44%)
Mutual labels:  lucene
Srchx
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
Stars: ✭ 118 (-19.73%)
Mutual labels:  full-text-search
Pchwrm client
PC Hardware Resource Monitor For Raspberry Pi
Stars: ✭ 130 (-11.56%)
Mutual labels:  javafx
Downlords Faf Client
Official client for Forged Alliance Forever
Stars: ✭ 121 (-17.69%)
Mutual labels:  javafx
Flowless
Efficient VirtualFlow for JavaFX
Stars: ✭ 120 (-18.37%)
Mutual labels:  javafx
Spring Javafx Examples
Example apps for springboot-javafx-support. See
Stars: ✭ 124 (-15.65%)
Mutual labels:  javafx

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!😏

qzsG6.gif

Changelog

For detailed changelog, please refer CHANGELOG

v0.1.3 ⬇️

  • display the index process by a console
  • fix cannot tell docx and doc for some files
  • add about buton to see the website
  • clear data when the search text is empty

v0.1.2

  • index by each path
  • modify text read method

v0.1.1

  • update readme
  • only click the cell instead of the whole row

v0.1

  • initial the project

Usage

  1. Download the tool from the corresponding tag.
  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].