Gum Log 🪵
Version 0.12.0 of gum features a brand new log
command. Gum log
logs messages to the terminal at using different levels and styling using the charmbracelet/log
library.
To get started, simply run:
gum log
# Log some debug information.
gum log --structured --level debug "Creating file..." name file.txt
# DEBUG Unable to create file. name=temp.txt
# Log some error.
gum log --structured --level error "Unable to create file." name file.txt
# ERROR Unable to create file. name=temp.txt
See charmbracelet/log
for more usage.
What's Changed
- Pretty Table Print by @maaslalani in #436
- Log command by @aymanbagabas in #449
- Avoid reading from stdin if
--value
is being used by @piero-vic in #448 - Made filter work with lists as choose by @MikaelFangel in #424
New Contributors
- @cglong made their first contribution in #401
- @docwhat made their first contribution in #433
- @piero-vic made their first contribution in #448
Full Changelog: v0.11.0...v0.12.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.