Trailblazer

command module
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2026 License: MIT Imports: 14 Imported by: 0

README

Windows Linux MacOS FreeBSD

Tests passed Tests coverage

Go Version Go Report Card Support Me

Trailblazer

Trailblazer is an easy terminal roadmap planner written in Go. I use it daily to keep releases and tasks clear. Very usable for solo dev projects.

Install

go install github.com/sibexico/Trailblazer@latest
In Windows:
winget sibexico.Trailblazer

Quick start

Run against a directory (uses directory/trailblazer.csv):

trailblazer /path/to/project

Generate Markdown:

trailblazer -e /path/to/project   # parents only (same as key e)
trailblazer -E /path/to/project   # full tree (same as key E)

Show CLI help:

trailblazer -h

Handy keys

  • q: quit
  • ?: show in-app key hints
  • arrows / j / k: move
  • h / l / enter: collapse / expand
  • a / A: add child / root task
  • space: toggle done
  • d / x: delete selected task (press twice to confirm)
  • u: undo last delete
  • t: edit selected task description (Ctrl+S save, Esc cancel)
  • n: create version
  • r: set selected task version
  • v: pick filter version from menu
  • [ / ]: switch filter version
  • 0: clear filter (show all versions)
  • e / E: export parents-only markdown / export full tree markdown

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL