srgn 0.14.2

A grep-like tool which understands source code syntax and allows for manipulation in addition to search
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python3


# Is found and processed by language scoper

# This string is not found and touched: foo


def baz(bar: int) -> int:
    return bar + 1  # Some sample code