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 Onderhttps://github.com/furkanonder/ _______________________________________________ Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-announce-list-le...@python.org https://mail.python.org/mailman3/lists/python-announce-list.python.org/ Member address: arch...@mail-archive.com