gongfudev / sessions

Hack sessions & meetups
http://gongfuio.slack.com
Apache License 2.0
0 stars 0 forks source link

Hack Session 569 ✼ Remotely #569

Closed olange closed 1 year ago

olange commented 1 year ago

29.03.2023

Wrap-up of our Gōng-fu I/O Weekly · Hack Session #569 ✼ Remotely ✼ meetup.

Projects

‹Bouboucle› generative art with Javascript — @andreaskundig and @david-hodgetts • Charm.sh and GitHub Copilot — @olange, @rudifa and @SabrinaFiore

See also

olange commented 1 year ago

Feedback on session #569 of @olange et @rudifa

Spent the evening exploring the Charm apps, librairies and command-line tools:

gum spin --spinner dot --title "Buying Bubble Gum..." -- sleep 5
gum confirm && rm file.txt || echo "File not removed"
git log --oneline | gum filter | cut -d' ' -f1 | pbcopy

The quality of design is generally awesome: its simplicity, clarity, accessibility; it's graphically engaging; and the architecture of the library, the richness of the CLIs are one pleasant surprise after an other.

We wondered what JS ports or alternatives would be available! no ports, Charmbracelet's goodness seems unique to the Go community. As an ersatz to Gum, we peeked into Netlify CLI to see which library it uses, to discover it is SBoudrias//Inquirer.

See also