Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.13 KB

A command line tool to list all BUG, TODO, HACK, NOTE, and FIXME keywords in your code.

⚙️ Installation

pip install bethany

🖥️ Usage

You can easily use bethany as follows:

bethany <filename>

For example, bethany tests/file1 tests/file2 will return:

example1

🔩 Options

Continuous mode

Continuous mode is enabled using flag -c or --continuous. Headers and separators are removed from the output in continuous mode.

For example, bethany -c tests/file1 tests/file2 will return:

example2

📝 License

Distributed under the GPLv3 License. See LICENSE for more information.

📬 Contact

Raul Tapia - raultapia@us.es