nolo

Crates.ionolo
lib.rsnolo
version0.1.1
created_at2025-06-07 21:06:40.139962+00
updated_at2025-06-08 11:12:03.607261+00
descriptionA CLI tool for discovering and analyzing `TODO` comments across codebases.
homepagehttps://github.com/a-kenji/nolo
repositoryhttps://github.com/a-kenji/nolo
max_upload_size
id1704416
size77,810
kenji (a-kenji)

documentation

README

nolo - a TODO comment suite

Built with Nix Crates Matrix Chat Room

A CLI tool for discovering and analyzing TODO comments across codebases.

$ nolo - usage

nolo 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 - usage

Generate 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 - usage

Scan 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
Commit count: 0

cargo fmt