Skip to content

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

License

Notifications You must be signed in to change notification settings

raultapia/bethany

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - [email protected]

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages