mrnugget/jev-shell-history
Fish-style zsh history autosuggestions ranked by Jev (TypeSafe)
About the project
A zsh plugin that shows fish-style history autosuggestions: as you type, it sends the last 100 distinct commands to Jev (TypeSafe) and displays the most likely completion in grey. Press → or ^E to accept it.
Useful for
- Speed up typing frequent commands by accepting suggestions with the right arrow
- Tune thresholds and history limit via JEV_THRESHOLD and JEV_HISTORY_LIMIT
- Debug the plugin by enabling JEV_DEBUG_LOG to record requests and responses
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 1 star so far today, about 9 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 4 days old and already has 97 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #194.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 97
- Today
- 1 · ≈ 9 by evening
- Forks
- 7
- Issues and pull requests
- 3
- Watchers
- 1
- Language
- TypeScript
- Created
- September 18, 2026
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 22, 2026Top new repositories this week: #181
More in this category
-
5.9
bendlang/bend
Bend 2 is a dependently-typed programming language with proofs that compiles to CPU and GPU. It lets you declare laws in LAWS.bend that the compiler mechanically verifies, blocking AI-agent mistakes.
-
5.0
anmolkapil/plexo
Download manager for Windows and macOS that speeds up downloads by splitting files into 8 MB chunks fetched in parallel across multiple network interfaces (Wi-Fi, Ethernet, USB tethering).
-
4.8
ysh1112/codex-model-watch
A local Python tool that monitors Codex model usage: token consumption, 5h/7d quota levels, capacity rejections, and actively probes for silent model substitution via a minimal request.
-
4.4
superagents-lab/jev-search
A web search app where TypeSafe's Jev interprets plain-language questions to pick sources, time ranges and queries, then ranks results from Search1API with visible relevance scores. Returns links and snippets instead…
-
4.4
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
4.2
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.