![](https://secure.gravatar.com/avatar/ba6bbe407c31fcaff47da91b1cf8fa60.jpg?s=120&d=mm&r=g)
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 bor? ----------------- 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 Onderhttps://github.com/furkanonder/
participants (1)
-
furkanonder