v0.1.5
⚡ linkd v0.1.5 — Smooth TUI Navigation & Polished Monitor Dashboard
🚀 Highlights
- Silky Smooth TUI Navigation (linkd monitor / linkd top):
- Fixed Cursor Jumping: Filtered KeyEventKind::Press events in crossterm to eliminate double-firing on Windows and rapid key repeats.
- Smooth Viewport Auto-Scrolling: Implemented dynamic tree and log viewport windowing ( ree_scroll_offset & log_scroll) ensuring the selected row is always in view without jumping off-screen.
- Navigation Hotkeys: Added support for Home, End, PageUp, PageDown for rapid scrolling in large monorepos.
- Modern UI Styling: High-contrast selected row background (Color::Rgb(22, 44, 75)), rounded border boxes (BorderType::Rounded), distinct status badges ([✓ IDLE], [⚡ SYNC], [✕ ERROR], [⏸ PAUSED]), and enhanced card layouts in the Inspector.
📦 Installation
Linux & macOS (curl / bash)
curl -fsSL https://raw.githubusercontent.com/pinoox/linkd/master/install.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/pinoox/linkd/master/install.ps1 | iexVia Cargo (from source)
cargo install --path crates/linkd-cli --lockedFull Changelog: v0.1.4...v0.1.5