Using tree data structures to implement terminal split panes - more fun than it sounds
This is how we used tree data structures to build split panes in our terminal app (Warp). - Kevin Yang
Most popular command line tools and code editors like VSCode and Tmux support split panes: they provide a handy way for users to visually organize...