UNPKG

claude-statusline-powerline

Version:

Beautiful powerline-style statusline for Claude Code with git integration, session tracking, and cost monitoring

13 lines 539 B
import { SegmentBuilder } from '../segments/base'; import { StatuslineConfig } from '../types'; export declare class SegmentRegistry { private segments; register(segment: SegmentBuilder): void; unregister(name: string): void; get_segment(name: string): SegmentBuilder | undefined; get_all_segments(): SegmentBuilder[]; get_enabled_segments(config: StatuslineConfig): SegmentBuilder[]; get_segment_names(): string[]; } export declare const segmentRegistry: SegmentRegistry; //# sourceMappingURL=registry.d.ts.map