$ cat reterm-info.txt
What does it do?
- Analyzes your recent terminal commands
- Uses AI to suggest smarter alternatives or continuations
- Searches old commands with fuzzy matching_
How to use
Suggest similar useful commands
$ reterm suggest
Analyze recent history and get smart suggestions.
$ reterm suggest -l 50 -p gemini
Limit history to 50 commands and use Gemini as the AI provider.
Match previous commands
$ reterm match git push
Search through full history for anything matching
git push
.
Install reTermAI
$ pip install reterm-ai
Or explore the source on GitHub
Live Demo

See how reTermAI helps you rediscover and rerun powerful commands with ease.
reTermAI is an open source project.
We warmly welcome your contributions and feedback! ✨
Pull requests, feature ideas, and suggestions are all appreciated.