https://github.com/cerus/searchr
Reverse-search ported from your favourite shell to Minecraft
https://github.com/cerus/searchr
hacktoberfest minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod reverse-search
Last synced: 6 months ago
JSON representation
Reverse-search ported from your favourite shell to Minecraft
- Host: GitHub
- URL: https://github.com/cerus/searchr
- Owner: cerus
- License: mit
- Created: 2024-02-18T22:56:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T18:04:46.000Z (10 months ago)
- Last Synced: 2025-10-03T19:22:17.021Z (10 months ago)
- Topics: hacktoberfest, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod, reverse-search
- Language: Java
- Homepage: https://modrinth.com/mod/searchr
- Size: 606 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Searchr
Reverse-search ported from your favourite shell to Minecraft.
## What is Searchr
Searchr is a minimalistic utility that allows you to search your chat / command history, inspired by the reverse-search feature of various terminal
shells.

## Usage
Keybinds:
- `CTRL+R` to start searching
- `Esc or CTRL+C` to stop searching
- `Tab or Enter` to select the suggestion and exit the search
Searchr integrates with [Mod Menu](https://modrinth.com/mod/modmenu) and provides a bunch of settings you can change (for example the colors).
## Contributing
Thank you for your interest in contributing to this project! Before you do anything though please read the [contribution guidelines](CONTRIBUTING.md)
thoroughly. Contributions that do not conform to the guidelines might get rejected.
## Alternative mods
The following mods also provide search functionality and might be better suited for you:
- [darmiel/fuzzy-mc](https://github.com/darmiel/fuzzy-mc) is a [fzf](https://github.com/junegunn/fzf) inspired search utility with a neat user
interface.
## License
Searchr is licensed under the [MIT license](LICENSE).