udu3324 / Arcfind

An application that finds a string in a directory. It can also find it in subdirectories and specific archive types like Jars, Gzip, 7z, and Zip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Arcfind

GitHub GitHub issues Latest release

About

Arcfind is an application that finds a string in a directory. It can also find it in subdirectories and specific archive types like Jars, Gzip, 7z, and Zip. This is super useful for searching in a log directory with tons of archived logs.

UI
The UI of Arcfind is made with javafx and is simple to use.
demo

Installation

Make sure you have Java 17 and above installed to run Arcfind.
You can download the runnable jar here. There will be a tempStorage directory created to store extracted archives on start. (ignore it) It will automatically be deleted after Arcfind is closed.

Credits

Thank you to thrau for creating jarchivelib which provides functionality for extracting archives.

Contribute

You can contribute by starring the repo, reporting issues, creating pull requests, and suggesting ideas.

About

An application that finds a string in a directory. It can also find it in subdirectories and specific archive types like Jars, Gzip, 7z, and Zip.

License:MIT License


Languages

Language:Java 97.1%Language:CSS 2.9%