1
0
Fork
You've already forked jargon
0
No description
  • Janet 100%
Find a file
2026年03月16日 17:50:02 +09:00
.github/workflows Add pyrmont's ci test workflow 2025年12月14日 23:56:55 +09:00
bin Avoid shadowing; update sbb, jell, jipper, niche 2026年03月16日 17:50:02 +09:00
bundle Avoid shadowing; update sbb, jell, jipper, niche 2026年03月16日 17:50:02 +09:00
data Change example in usage and pre-commit script 2026年02月02日 22:56:57 +09:00
src Avoid shadowing; update sbb, jell, jipper, niche 2026年03月16日 17:50:02 +09:00
test Use niche for testing 2026年01月21日 21:25:28 +09:00
.jell.jdn Initial commit 2025年12月14日 23:56:52 +09:00
.niche.jdn Use niche for testing 2026年01月21日 21:25:28 +09:00
jagn Avoid shadowing; update sbb, jell, jipper, niche 2026年03月16日 17:50:02 +09:00
README Update README and pre-commit script 2026年02月02日 23:07:03 +09:00

Usage: jagn <patt> <file-or-dir>...
 jagn <file-or-dir>
 jagn [-h|--help]
Find and display janet definitons.
Parameters:
 <patt> string to query with
 <file-or-dir> path to file or directory
Options:
 -h, --help show this output
Examples:
 Show definition(s) of `zipper` in `src/jipper.janet`:
 $ jagn zipper src/jipper.janet
 Show definitions in files under `data/`:
 $ jagn data