Skip to content

Commit 7e6bc4c

Browse files
committed
feat(tui): ricing-first dashboard with fzf process finder
Complete TUI redesign for the Linux ricing community: - Hybrid layout: dashboard overview + Enter to zoom into any module - fzf-style process fuzzy finder with nucleo-matcher - Terminal-native ANSI 16 colors (inherits user's colorscheme) - Nerd Font icons enabled by default - 16-color ANSI palette bar in footer - ThemeMode: terminal (default) vs custom hex colors - Sparkline history (60 samples), gauges, key-value details - Keybindings: Tab/arrows navigate, Enter zoom, / search, j/k scroll, Esc back
1 parent b8490db commit 7e6bc4c

6 files changed

Lines changed: 1833 additions & 121 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ thiserror = "2"
1616
directories = "6"
1717
ratatui = "0.29"
1818
crossterm = "0.28"
19+
nucleo-matcher = "0.3"

0 commit comments

Comments
 (0)