Greps tracked source files in the discovered git repo for TODO: / FIXME: style markers (trailing colon required, vendored / generated dirs skipped). Text summarises "N TODOs in M files", TextBlock and MarkdownTextBlock list path:line: snippet (markdown variant uses inline-code formatting), and Entries / Bars rank files by hit count.
| Kind | Safety | Shapes |
|---|
| cached | Safe | text, text_block, markdown_text_block, entries, bars |
| Option | Type | Required | Default | Description |
|---|
markers | array of strings | no | ["TODO", "FIXME"] | Markers grepped for. Each must appear as a whole-word ASCII token followed by : (or (name):) — // TODO: refactor matches, ## TODO heading and "TODO" literals don't. |
limit | integer | no | 20 | Cap on rendered hits (TextBlock) or rows (Entries / Bars). Total count surfaced by Text is unaffected. |
| Shape | Renderers |
|---|
text | animated_boot, animated_figlet_morph, animated_postfx, animated_scanlines, animated_splitflap, animated_typewriter, animated_wave, text_ascii, text_plain |
text_block | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, list_plain |
markdown_text_block | text_markdown |
entries | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, grid_table |
bars | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, chart_bar, chart_pie, list_ranking |
▗█ ▟▀▙ ▛█▜ ▗▛▙ ▜▛▙ ▗▛▙ ▀ █▀▀ ▗▛▙ ▀ ▝█
█ ▄▛ █ █ ▐▌▐▌▐▌█ ▐▌▟▀▀ ▝█ █▀▙ ▀▀▙ ▟▙ ▝█ █ ▟▀▙ ▟▀▀
█ ▟▘▄ █ ▜▖▟▘▐▌▟▘▜▖▟▘▝▀▙ █ █ █ ▄ █ ▐▌ █ █ █▀▀ ▝▀▙
▀▀▀ ▀▀▀ ▝▀▘ ▀▘ ▀▀▘ ▀▘ ▀▀▘ ▝▀▘ ▀ ▀ ▝▀▘ ▀▀ ▝▀▘ ▝▀▘ ▝▀▘ ▀▀▘
12 TODOs in 5 files
src/render/mod.rs:120: TODO: handle empt
src/fetcher/git.rs:88: FIXME: don't pani
src/main.rs:14: TODO: load config from $
- src/render/mod.rs:120 — TODO: handle
empty body
- src/fetcher/git.rs:88 — FIXME: don't
panic on detached head
- src/main.rs:14 — TODO: load config
src/render/mod.rs 5
src/fetcher/git.rs 3
src/main.rs 2
███
███
███ ▁▁▁
███ ███
███ ███ ▆▆▆
███ ███ ███
█5█ █3█ █2█
src src src
● ■ src/render/mod.rs
●●●●●●●●●●●
●●●●●●●●●●●●● ■ src/fetcher/git.rs
●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●● ■ src/main.rs 20.0%
●●●●●●●●●●●●●●●
●●●●●●●●●●●●●
●●●●●●●●●●●
●
1. src/render/mod.rs 5
2. src/fetcher/git.rs 3
3. src/main.rs 2