NAME
Developer::Dashboard::Prompt - prompt rendering for Developer Dashboard
SYNOPSIS
my $prompt = Developer::Dashboard::Prompt->new(
paths => $paths,
indicators => $indicators,
);
print $prompt->render(jobs => 1);
DESCRIPTION
This module renders the shell prompt from cached indicator state, current directory context, and git metadata. It is designed to stay fast enough for per-prompt execution.
METHODS
new
Construct a prompt renderer.
render
Return the full prompt string.