Lightweight Shader-Driven Terminal Emulator
lsd is a modern GPU-accelerated terminal emulator written in C++20 using OpenGL.
It renders terminal text as a real-time graphics workload instead of a traditional UI surface.
curl -sSL https://raw.githubusercontent.com/Ianisop/lsd/main/install.sh | shgit clone https://github.com/Ianisop/lsd.git
cd lsd
mkdir build && cd build
cmake ..
make -j$(nproc)
./lsd
