|
1 | | -# ShellBar v1.4.0 |
| 1 | +# ShellBar v1.5.0 |
2 | 2 |
|
3 | | -> **Ghostty-like terminal emulator with a workflow toolbar — for Linux.** |
4 | | -> ShellBar is **NOT a fork**. It uses `libghostty-vt` as a library via CMake FetchContent, maintaining complete independence from upstream Ghostty. |
| 3 | +> ShellBar is a tool designed to streamline how developers interact with their projects, especially in complex environments such as monorepos. |
| 4 | +> ShellBar is **NOT a fork** of Ghostty. It uses `libghostty-vt` as a library via CMake FetchContent, maintaining complete independence from upstream Ghostty. |
5 | 5 |
|
6 | 6 | <p align="center"> |
7 | 7 | <a href="https://github.com/rendergraf/shellbar"><img src="https://img.shields.io/github/stars/rendergraf/shellbar" alt="GitHub Stars"></a> |
|
49 | 49 |
|
50 | 50 | ## Description |
51 | 51 |
|
52 | | -ShellBar is a terminal emulator built on **Ghostty**'s VT engine |
53 | | -(`libghostty-vt`), with a configurable toolbar that lets you launch |
54 | | -commands with a single click. It's designed for developers who want a |
55 | | -fast, Ghostty-like terminal with workflow buttons at their fingertips. |
| 52 | +ShellBar is a tool designed to streamline how developers interact with |
| 53 | +their projects, especially in complex environments such as monorepos. |
56 | 54 |
|
57 | | -**ShellBar is NOT a fork of Ghostty.** It uses `libghostty-vt` as a |
58 | | -library via CMake `FetchContent` — no patches, no upstream modifications, |
59 | | -no merge conflicts. This keeps the project independent, lightweight, and |
60 | | -easy to maintain while benefiting from Ghostty's industry-leading VT engine. |
| 55 | +In modern development workflows, terminal commands are often long, |
| 56 | +repetitive, and hard to remember. They are typically scattered across |
| 57 | +package.json files or internal documentation, forcing developers to spend |
| 58 | +valuable time searching for how to run common tasks. |
| 59 | + |
| 60 | +ShellBar solves this by centralizing your most frequently used commands |
| 61 | +into a dedicated action bar within the shell, turning them into instant, |
| 62 | +one-click shortcuts. |
| 63 | + |
| 64 | +This becomes especially powerful in monorepos or multi-environment |
| 65 | +projects (local, staging, production), as well as setups that vary by |
| 66 | +platform (web, desktop, mobile). Instead of repeatedly consulting |
| 67 | +documentation or navigating through scripts, developers can immediately |
| 68 | +trigger the right workflow. |
| 69 | + |
| 70 | +The result is a more focused, efficient, and productive environment where |
| 71 | +operational friction is reduced, allowing developers to concentrate on |
| 72 | +what truly matters: building software. |
61 | 73 |
|
62 | 74 | Visually it's a Ghostty-like terminal for Linux (GTK4 + libadwaita, dark |
63 | 75 | theme, inline tabs). The difference is the button bar that you configure |
@@ -96,8 +108,8 @@ to run any command on the active terminal. |
96 | 108 | ### Debian/Ubuntu (pre-built .deb) |
97 | 109 |
|
98 | 110 | ```sh |
99 | | -curl -LO https://github.com/rendergraf/shellbar/releases/latest/download/shellbar_1.4.0_amd64.deb |
100 | | -sudo dpkg -i shellbar_1.4.0_amd64.deb |
| 111 | +curl -LO https://github.com/rendergraf/shellbar/releases/latest/download/shellbar_1.5.0_amd64.deb |
| 112 | +sudo dpkg -i shellbar_1.5.0_amd64.deb |
101 | 113 | sudo apt-get install -f |
102 | 114 | ``` |
103 | 115 |
|
|
0 commit comments