| Crates.io | nolo |
| lib.rs | nolo |
| version | 0.1.1 |
| created_at | 2025-06-07 21:06:40.139962+00 |
| updated_at | 2025-06-08 11:12:03.607261+00 |
| description | A CLI tool for discovering and analyzing `TODO` comments across codebases. |
| homepage | https://github.com/a-kenji/nolo |
| repository | https://github.com/a-kenji/nolo |
| max_upload_size | |
| id | 1704416 |
| size | 77,810 |
nolo - a TODO comment suiteA CLI tool for discovering and analyzing TODO comments across codebases.
$ nolo - usagenolo has the following cli interface:
A TODO comment suite
Usage: nolo [OPTIONS] [COMMAND]
Commands:
scan Scan for TODO comments
report Generate analytics report for TODO comments (default)
help Print this message or the help of the given subcommand(s)
Options:
--config <CONFIG> Path to configuration file
-h, --help Print help
-V, --version Print version
$ nolo report - usageGenerate analytics report for TODO comments (default)
Usage: nolo report [OPTIONS] [PATH]
Arguments:
[PATH] Path to analyze for TODO comments
Options:
--format <FORMAT> Output format for the report [default: table] [possible values: table, json]
--display-limit <DISPLAY_LIMIT> Number of top files to display in report [default: 5]
--config <CONFIG> Path to configuration file
--full-report Show all files with TODOs instead of limiting display
-h, --help Print help
$ nolo scan - usageScan for TODO comments
Usage: nolo scan [OPTIONS] [PATH]
Arguments:
[PATH] Path to scan for TODO comments
Options:
--config <CONFIG> Path to configuration file
-h, --help Print help