charmbracelet / bubbles

TUI components for Bubble Tea 🫧
MIT License
5.24k stars 247 forks source link

[New Component] Crop Viewport with ANSI SGR support. #509

Closed ogios closed 2 months ago

ogios commented 4 months ago

Basicly it's a viewport without wrap, And it's able to move view with some basic vim keys.

repo and exampels: ogios/cropviewport ogios/cropviewport/examples

It separate input into ANSITableList and raw string, and renders them given position and size.

one example of code view:

code