From Newsgroup: comp.lang.python.announce
Announcing bor 0.2.0
=========================
PyPI:
https://pypi.org/project/bor/0.2.0/
Pip: ``pip install bor==0.2.0``
Source:
https://github.com/furkanonder/bor/
What is wxPython?
-----------------
Bor is user-friendly, tiny source code searcher written in pure Python.
bor currently supports class and def keywords. Other Python keywords will be added in the future releases.
bor {keyword} {pattern}
By default, bor runs in your current directory. You can run bor with the specific source file or directory:
bor {keyword} {pattern} {source_file_or_directory}
Examples
-------------------------
bor class Cat
Output:
Cat at examples/test.py:18
bor class .Cat
Output:
Cat at examples/test.py:18
BlueCat at examples/test.py:26
Enjoy,
Furkan Onder
https://github.com/furkanonder/--- Synchronet 3.19c-Linux NewsLink 1.113