No description
- Janet 100%
| .github/workflows | Add pyrmont's ci test workflow | |
| bin | Avoid shadowing; update sbb, jell, jipper, niche | |
| bundle | Avoid shadowing; update sbb, jell, jipper, niche | |
| data | Change example in usage and pre-commit script | |
| src | Avoid shadowing; update sbb, jell, jipper, niche | |
| test | Use niche for testing | |
| .jell.jdn | Initial commit | |
| .niche.jdn | Use niche for testing | |
| jagn | Avoid shadowing; update sbb, jell, jipper, niche | |
| README | Update README and pre-commit script | |
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