https://github.com/OpenForgeProject/ddev-gum
A tool for glamorous shell scripts 🎀 like DDEV web commands
https://github.com/OpenForgeProject/ddev-gum
bash bubbles ddev ddev-get gum lipgloss shell zsh
Last synced: 12 days ago
JSON representation
A tool for glamorous shell scripts 🎀 like DDEV web commands
- Host: GitHub
- URL: https://github.com/OpenForgeProject/ddev-gum
- Owner: OpenForgeProject
- License: apache-2.0
- Created: 2023-09-14T05:34:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T07:57:04.000Z (6 months ago)
- Last Synced: 2025-04-25T11:52:18.892Z (19 days ago)
- Topics: bash, bubbles, ddev, ddev-get, gum, lipgloss, shell, zsh
- Language: Shell
- Homepage: https://github.com/charmbracelet/gum
- Size: 15.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/OpenForgeProject/ddev-gum/actions/workflows/tests.yml) 
## What is Gum?
> A tool for glamorous shell scripts. Leverage the power of [Bubbles](https://github.com/charmbracelet/bubbles) and [Lip Gloss](https://github.com/charmbracelet/lipgloss) in your scripts and aliases without writing any Go code!
>
> For more information, see the [official repository](https://github.com/charmbracelet/gum) or visit .
YouTube: [Let's build a conventional commit helper script with Gum!](https://youtube.com/watch?v=vtCwt-4tIto)
YouTube Shorts: [Gum: Write Glamorous Shell Scripts](https://www.youtube.com/watch?v=J7S-qastsqg)
## Installation
```shell
ddev add-on get OpenForgeProject/ddev-gum
ddev restart
```> [!NOTE]
> For DDEV versions prior to v1.23.5, use `ddev get` instead of `ddev add-on get`.## Usage
### Host shell
```shell
ddev gum
```### Inside DDEV web commands
```shell
gum
```Please refer to the documentation at .