ShellBar v1.2
ShellBar v1.2 — Mouse & Selection Overhaul
Ghostty-like terminal emulator with a configurable workflow toolbar for Linux.
ShellBar is NOT a fork — it uses libghostty-vt as a library via CMake FetchContent.
What's new in v1.2
- URL hover underline with pointer cursor and "Ctrl+Click to open" tooltip
- I-beam cursor for text selection areas
- Copy-on-select — automatically copies when drag selection ends
- Middle-click paste support
- Double-click word select, triple-click line select
- Shift+Click and Shift+Arrow keys extend selection
- Ctrl+Shift+C/V/A copy/paste/select-all — plain Ctrl+C always sends SIGINT
- Smooth animated auto-scroll to bottom on Enter key
- Drag-and-drop reorder in preferences with grip handle, opacity feedback, and drop highlight
- AdwWindow + AdwHeaderBar styling for Preferences and Edit dialogs — matching About dialog
- Theme system extended — toolbar colors from theme variables
- Fix: default keybinds load correctly even without config file
- Fix: modal dialogs no longer steal keyboard focus from terminal
Install
curl -LO https://github.com/rendergraf/shellbar/releases/latest/download/shellbar_1.2_amd64.deb
sudo dpkg -i shellbar_1.2_amd64.deb
sudo apt-get install -f