v0.10.0
Truecolor Support
Gum historically was limited to ANSI256 colors, but no longer is this the case!
With v0.10.0
, gum
can now display truecolor if your terminal emulator supports it! 🎨
Try it out with gum style
:
gum style --padding "3 10" --margin 2 --background "#6a51ff" --foreground "#ff6dff" "The best colors are true"
Windows Support
Windows users rejoice! Gum v0.10.0
solves a variety of issues allowing gum
to work on Powershell and Windows. 🪟
Don't believe us? Take a look for yourself:
Context Headers
With Gum v0.10.0
, you can add context with --header
flags in gum choose
and gum filter
. To get started:
gum choose --header "Pick your starter Pokémon" "Bulbasaur" "Charmander" "Squirtle"
New Features
- Keep order of selected items in
gum choose
with the--ordered
flag. - Use page up / down key bindings in
gum file
gum choose
andgum filter
can select using ctrl+space--header
flags forgum choose
andgum filter
- Pass programming language for
gum format --type code
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.