Note
Work in Progress - This project is currently under active development.
✨ A CLI / TUI for searching https://grep.app/
Inspired by Lee Robinson's thoughts on personal software
To install globally:
bun add --global greptui
To run:
$ greptui
- Add filters/facets
- Migrate update checker to effect services
- Migrate parser effect services
- Improve error handling + handle errors (maybe move errors into data channel)
- ...
Special thanks to the following projects that inspired or contributed to greptui:
- OpenAI Codex - Lightweight coding agent that runs in your terminal
- OpenCode & SST - For distribution scripts and tooling inspiration
- gtui - Effect CLI app for Graphite