Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created January 11, 2024 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfarcic/8bcb7a0760d7e40517d885924f2092ec to your computer and use it in GitHub Desktop.
Save vfarcic/8bcb7a0760d7e40517d885924f2092ec to your computer and use it in GitHub Desktop.
##############################################################
# Build Glamorous Terminal-Based Applications with Charm Huh #
##############################################################
# Additional Info:
# - Charm Huh: https://github.com/charmbracelet/huh
# - k9s Kubernetes UI - A Terminal-Based Vim-Like Kubernetes Dashboard: https://youtu.be/boaW9odvRCc
# - How To Create A "Proper" CLI With Shell And Charm Gum: https://youtu.be/U8zCHA-9VLA
#########
# Setup #
#########
git clone https://github.com/vfarcic/youtube-automation
cd youtube-automation
##################
# What Is Charm? #
##################
ssh git.charm.sh
#######################################
# Build Terminal Forms With Charm Huh #
#######################################
go run .
# Press `ctrl+c` to stop the application.
cat choices.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment