JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Technical guide

Search approved code projects by described behaviour

JevGrep helps people and coding assistants find code by what it does. It returns unchanged excerpts with file locations and requires separate approval before remotely searching each project.

Original by nassim-arifetteRetrieval

Listen to this guide

JevMade’s plain-English explanation

0:00 /

AI narration

Credits and license

“JevGrep” by nassim-arifette. Read the original source.

This expanded guide is an AI-narrated adaptation of the source’s essential explanation, examples and caveats, not a word-for-word reading. The synthetic voice does not imitate the author or imply their endorsement.

License: MIT

MIT License

Copyright (c) 2026 Nassim Arifette

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Our summary

Sometimes a developer knows what code does but not its name or file. JevGrep searches by that description, rates small source fragments, and returns unchanged excerpts with paths and line numbers. The caller can then open the surrounding code to check the match.

Service credentials stay outside the code project, and each project needs its own trusted setup before remote checks. Local inspection commands show eligible files, excluded material, limits, and planned work without sending source. People and coding assistants can use the same search engine.

Remote searches disclose eligible code and paths to the selected service. Exclusions and scan limits are not complete secret detection, and small excerpts may miss important relationships. The source says its TypeSafe connection had not yet been tested live, so support is not proof of working behaviour.

Key takeaways

  1. Use exact search when the code name is already known.
  2. Approve remote sharing separately for each project.
  3. Inspect the selected files and limits before sending source.

The documented testing differs between providers. JevMade did not install the tool or submit a search.

GitHub README · Source reviewed

Read the original guide Opens the author’s site in a new tab.