From 0b2b26fa5c39c2670a63598dbaa9e42d9d536278 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Tue, 26 Jul 2022 18:33:42 -0400 Subject: [PATCH] docs: mention dotfiles aliases as use case --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac9b4e0..365629f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Gum Build Status

-A tool for building glamorous shell scripts. Leverage the power of -[Bubbles](https://github.com/charmbracelet/bubbles) and [Lip Gloss](https://github.com/charmbracelet/lipgloss) -in your CLI without writing any code! +A tool for building glamorous shell scripts. Leverage the power of +[Bubbles](https://github.com/charmbracelet/bubbles) and [Lip +Gloss](https://github.com/charmbracelet/lipgloss) in your scripts or dotfiles +aliases without writing any Go code! Shell running the ./demo.sh script @@ -20,7 +21,7 @@ The above example is running from a single shell script ([source](./examples/dem ## Tutorial Gum provides highly configurable, ready-to-use utilities to help you write -useful bash scripts with just a few lines of code. +useful bash scripts and dotfiles aliases with just a few lines of bash code. Let's build a simple script to help you write [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) for your