Docs / source reviewed
jev-shell-history
Suggest the next zsh command from shell history
How this project uses Jev
- Input
- The current input and recent deduplicated history candidates
- Jev decides
- The best matching historical command and whether any candidate fits
- Code executes
- A shell plugin displays a suggestion for the user to accept; code handles prefixes, thresholds and stale responses
Evidence and limitations
History is sent as model input and may contain sensitive content. Suggestions select existing commands rather than inventing new ones. Acceptance remains manual; no live shell test was performed here.
This project has not been run independently here. Author-reported results are not independently verified results.