Fast local text search for source code, logs, configs, and readable files.
Overview | English | Korean | Chinese | Japanese
| Area | Detail |
|---|---|
| Platform | Java Swing desktop app |
| Search mode | Literal search by default, with case, whole-word, and regex options |
| Release artifact | Windows app-image ZIP |
| Privacy stance | Searches local files; no cloud indexing or external search service |
Latest release: BB TxT v0.1.0
Windows app-image ZIP:
Release artifacts are published through GitHub Releases and should not be committed into the source tree.
The search UI is built around a folder path, a query, search options, and a result table with matched lines.
View demo walkthrough
- Launch the app.
- Enter the root folder to search.
- Enter a term such as
apple. - Click
Search. - Review matched file paths, line numbers, and text previews.
- Check skipped or unreadable files when needed.
.\gradlew.bat runRun checks:
.\gradlew.bat check- English README
- Korean README
- Chinese README
- Japanese README
- Portfolio case study
- GitHub metadata note
BB TxT is focused on local developer text search. PDF and Office document parsing are not part of the core default flow.


