Command line utility to grep different types of source code
Project description
grygry
grygry is a set of command line utilities to grep different types of source code.
Description
This script is for my own use, but if you are interested:
- The provided list of scripts find lines of source code in the current directory that match the argument string.
- Options are hardcoded in a parameters file (see
grygry/lib/parameters.json). - A list of script dynamically generated from the parameters file are available: gryall, grycfg, grycss, gryhtml, gryhtmlall, gryjs, gryjson, grymd, grynopy, grypy, grypy0, grypy2, gryrb, grysh, grytoml, grytxt, gryyml.
- Just look in the parameters file to understand the various options (and adapt to your needs.)
This project is licensed under the MIT License.
Project: https://github.com/jdum/grygry
Author: jerome.dumonteil@gmail.com
Example
% grypy self.found
/Users/jd/dev/gits/grygry/grygry/lib/grylib.py
20: self.path = Path()
21: self.found = {}
22:
74: self.find_word(path)
75: if not self.found:
76: return
...
Installation
Installation from Pypi (recommended):
pip install grygry
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grygry-2.9.0.tar.gz.
File metadata
- Download URL: grygry-2.9.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36916d2160ab6531ab0965764bed8557c610be6ea5e876af32c96e470ed7e31d
|
|
| MD5 |
df4d7490960ee1e22e2b2341ba4cf718
|
|
| BLAKE2b-256 |
6b729843ba1a9263aed35f5cc3cd8a207586948271a8b74a293b0ca501fde25b
|
File details
Details for the file grygry-2.9.0-py3-none-any.whl.
File metadata
- Download URL: grygry-2.9.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1b5c8907cc9528949344682d1dca313b19983842e49705ca7d729e77ecb9b1c
|
|
| MD5 |
6a2335165b266da620def1431c0bbc4a
|
|
| BLAKE2b-256 |
59e8db710480269763a6c549e4d4ab6b8a61412579ae1684bc94dd1b326f4b48
|