Skip to content

A faster and more flexible file browser for Linux, offering rich capabilities such as case sensitivity, regular expression based search, search by selecting multiple file types, selection of BFS algorithms based on multi threads, control of how deep the algorithms go, choice of custom files to not be taking into account in the search process to …

License

Notifications You must be signed in to change notification settings

josealejandro2928/everything-linux

Repository files navigation

Linux Search Everything

A faster and more flexible file browser for Linux, offering rich capabilities such as case sensitivity, regular expression based search, search by selecting multiple file types, selection of BFS algorithms based on multi threads, control of how deep the algorithms go, choice of custom files to not be taking into account in the search process to improve the search speed and more features.

1-home-view

Stack selected and architecture

It was made using the Electron framework. The UI was created with Reactjs version 18, using the new concurrency capabilities in this new release. Redux library was used as the global state feature.

For the features related to file search and shell command execution, Nodejs was used.The project is in the process of getting started, my goal is to achieve the capabilities of the windows "everything" software. In this version we are not using indexing. But we are exploiting the multitasking capabilities offered by Nodejs to try to perform a search in the file tree as fast as possible. I use child_process, spawn, fork, and worker_threads.

Software Architecture

Electron is a framework for building desktop applications using JavaScript, HTML, and CSS. By embedding Chromium and Node.js into its binary, Electron allows you to maintain one JavaScript codebase and create cross-platform apps that work on Windows, macOS, and Linux — no native development experience required. It has two main processes, IcpMain and IcpRender. IcpMain is a node base environment where all Nodejs functionalities such as path, fs, EventEmitter, child_process, worker_threads, etc. can be accessed. IcpRender is in charge of the render ui.

basic-arch

I've implemented a multi threading BFS for search in the File System Tree.

Search Algorithms

g124567

Application Gallery

Basic Search UI

1-home-view

Directories Edition

2-selection-directories_1

Directories Selection

2-selection-directories_2

Search Filtering Capabilities

3-settings-to-improve-the-search

Result of getting all the videos for the dir: "/mnt/DATA"

4-result-image-video-files

Search based on regular expression

6-result-matching

Installers

https://drive.google.com/drive/folders/1BBPZhR-4YVGxHIWIV_JBFh-GS5-TREDv?usp=sharing

get the .deb package

https://drive.google.com/uc?id=1fHTbuU4ADu8ABc0QQGqzLms2h31dyXeU&export=download

get the .rpm package

https://drive.google.com/uc?id=15q_scY6eqB46XzNesJKxUopLk0ibmXAv&export=download

get the .zip package

https://drive.google.com/uc?id=1ssHkG142tZVPKv8cUMFAbmILDup-Waoy&export=download

Useful commands

To see slug problems with the .snap package and to see the recommendations

sudo journalctl --output=short --follow --all | sudo snappy-debug -r

Youtube Video

main video

About

A faster and more flexible file browser for Linux, offering rich capabilities such as case sensitivity, regular expression based search, search by selecting multiple file types, selection of BFS algorithms based on multi threads, control of how deep the algorithms go, choice of custom files to not be taking into account in the search process to …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published