gum
gum copied to clipboard
A tool for glamorous shell scripts 🎀
I wanted to be able to configure the parsing of the input list for the filter command so it could take a list of space separated values instead of just...
**Describe the bug** A clear and concise description of what the bug is. I can't install by brew **To Reproduce** Steps to reproduce the behavior: `brew install gum` **Expected behavior**...
% brew info gum | head -n 1 charmbracelet/tap/gum: stable 0.1.0 Easiest reproducers: % ps axuw | gum filter % ps axuw | gum choose
**Describe the bug** Hi guys, i was trying to add `gum` to an `ubuntu:22.04` Dockerfile and have problems adding the repo to the list, so i was wondering if the...
Fixed size of terminals was making the mobile view formatting look off.
Hey everyone! I just encountered a case where I'd want `gum choose` to display a list of item that **are already selected**. The user is thus prompted to **deselect** some...
I think it would be great if `gum spin` could act as a prettier version of [chronic](https://manpages.debian.org/jessie/moreutils/chronic.1.en.html), which hides the output *unless* an error occurs
I've just spun up gum to try out and with a light theme it was not very visible on the terminal. Now I could pass in the style for the...
For instance echo "The quick brown fox" | gum filter Will show up if I type `hioo` in the filter. I'd prefer an option where it will only show up...
I've noticed that the way to escape a prompt appears to be different for the different types of prompts. This can be a little non-obvious and confusing. For example, if...