# Gruntfuggly/todo-tree

Use ripgrep to find TODO tags and display the results in a tree view

Repository: https://github.com/Gruntfuggly/todo-tree
Canonical: https://ross.abutalabs.com/products/todo-tree
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2024-04-13T23:55:15+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3207, "days_push": 872, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1814, forks 188 (observed 2026-08-28T04:05:39.823596+00:00)

## What it is
A VS Code extension that uses ripgrep to search a workspace for comment tags like TODO and FIXME, displaying results in a tree view. It also highlights found tags in open files and lets users jump directly to the relevant line.

## Use cases
- find all TODO comments in my project
- track FIXME tags across a codebase
- highlight TODOs in the editor
- list pending tasks in a tree view
- jump to TODO comments quickly
- manage code annotations in VS Code

## When to choose
- you use VS Code and want a fast, ripgrep-backed view of TODO/FIXME tags
- you need configurable highlighting and custom tags
- you want clickable navigation from a task list to source lines

## When to avoid
- you use an editor other than VS Code
- you need full issue-tracking or project management rather than in-code tags
- you want TODOs synced with external tools like Jira or GitHub Issues

## Facets
- artifact type: plugin
- maturity: active
- function: search-engine, developer-tools, editor
- domain: developer-tools, text-editors
- platform: editor-plugin, cross-platform
- tags: vscode-extension, todo-tracking, ripgrep, code-comments, tree-view

## Member repositories
- Gruntfuggly/todo-tree (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:39.823596+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:20:39.955384+00:00, confidence not recorded.
  - readme: https://github.com/Gruntfuggly/todo-tree (fetched 2026-08-28T04:05:39.823596+00:00, sha 418b5a500664)
- Data as of 2026-08-30T08:39:29.467469+00:00.
