uehaj/jev-semgrep
grep by meaning, across languages. TypeSafe Jev scores every line against a meaning; combine meanings with AND/OR/NOT. 意味で探す grep。日本語で英語を、英語で日本語を検索できる
About the project
A grep CLI that finds lines by meaning rather than regular expressions: each line is scored by the Jev model for how likely it matches a given meaning, and meanings combine with AND/OR/NOT. It is language-agnostic — a query in one language finds matching lines in any other.
Useful for
- Find refund requests in a mixed-language ticket dump with one query
- Filter tickets where the customer is angry while excluding staff messages
- Search a multilingual corpus using a query in English or Japanese
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 67 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 1 day old and already has 83 stars.
- Top new repositories this week: #156.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 83
- Stars in a day
- 67
- Forks
- 2
- Issues and pull requests
- 2
- Watchers
- 1
- Language
- JavaScript
- Created
- September 19, 2026
- Last push
- September 19, 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 20, 2026Top new repositories this week: #156
Similar projects
-
6.1
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
5.1
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.
-
5.0
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…
-
5.0
lakeday-org/perch
CLI linter that finds semantic defects in code (wrong call order, inverted conditions, off-by-one) and ranks them by probability. Supports custom rules in perch.yaml and integration with agents (Claude Code, Codex,…
-
4.9
unclebob/uml-viewer
Live Quil UML class-diagram viewer that lays out topology from an EDN IR and overlays metrics (CC, coverage, CRAP) from .metrics/ snapshots.
-
4.6
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…