Skip to content

JEverything (Java Edition) - Desktop Quick File Search, Cross-Platform Support, Rich Features, Smooth Operation. Ultra-Fast File Search, Supports Advanced Search, LAN Sharing, Fast Transfer, Online File Preview, Audio and Video Playback, Streaming, and More. One-Click Start, Everything Handled.

License

Notifications You must be signed in to change notification settings

leo6g/Jeverything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


English | 中文

Jeverything,search everything in your device.

Fast File Search Tool, Similar to Everything, Feature-Rich, Smooth Performance. Lightning-fast file search, advanced search support, LAN sharing, fast file transfer, online file preview, audio/video playback, streaming, etc., all in one. Also deployable on the server for remote file management. JAVA version of Everything.

Features::
  • Quickly index directories, real-time updates for file changes.
  • Rapid file and folder search, supports advanced search.
  • Online preview for images and documents, online playback for audio/video.
  • HTTP streaming.
  • Supports indexing network files (SMB).
  • Online file sharing, supports password-protected sharing.
  • Minimal resource usage, smooth performance.
  • Accessible from multiple terminals (HTTP).
  • Convenient operations.
  • No installation required, one-click start, leaves no residue upon deletion.
  • Cross-platform support.
System Requirements

All platforms, JDK 1.8+

Distribution Downloads
Windows custom Edition

If Java is already installed on your Windows computer and JAVA_HOME environment variable is configured, you can download the standalone Windows special edition:

JEverything.zip

If Java is not installed, you can download the version that includes JRE:

JEverything_JRE_windows.zip

JAR

The JAR file can run on Windows, Mac, and Linux platforms

JEverything.jar

Installation and Execution:

For the Windows custom version, simply double-click to run.

To run the JAR file:

java -jar -Dserver.port=8082 -Xms256m -Xmx256m JEverything.jar
User Interface Showcase:

1699930678792

1699930849360

1699931976545

Instructions for Use:
Initial Startup

During the initial startup, you can configure system settings,including password.(username is admin)

1699930678792

Main Interface: By default, it displays a list of files that have changed in the last day. You can filter different types of file changes by file type. Double-clicking on a file record allows you to directly open the local file. Double-clicking on a remote file enables online preview.

1699930849360

Settings

Basic Settings

1699931135884

You can customize the index by adding file extensions. It is recommended that after indexing, the file type be set to "Other Files."

1699931248511

Establishing an index allows you to choose whether to monitor file changes. Changes take effect in real-time after modification. The monitoring mechanism consumes minimal (almost negligible) computer resources to monitor all file changes.

Image preview

1699931927037

video play

1699931976545

audio play

1699932014761

audio play in background

1699932031613

Regular Search

Search for files: Search for files with both key1 and key2 but not key3 in the filename.

key1 key2 !key3  

Search for folders: Search for all files under folders whose names contain key.

path:*key*  

Search for all: *

Advanced Search

File and folder searches can be combined for more refined file filtering.

file:key1 key2 !key3 path:D:\dir1\*

Results from multiple filter conditions can be merged using |.

file:key1 key2 !key3 path:D:\dir1\* | file:key1 key2 !key3 path:D:\dir2\* 

Explanation: Search for files under the folder D:\dir1\ that contain key1 and key2 but not key3, and also search for files under the folder D:\dir2\ with the same criteria.

Note:

During the initial startup, you can perform a full disk scan for files. username is admin

About

JEverything (Java Edition) - Desktop Quick File Search, Cross-Platform Support, Rich Features, Smooth Operation. Ultra-Fast File Search, Supports Advanced Search, LAN Sharing, Fast Transfer, Online File Preview, Audio and Video Playback, Streaming, and More. One-Click Start, Everything Handled.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages