Created
January 11, 2024 15:39
-
-
Save vfarcic/8bcb7a0760d7e40517d885924f2092ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################## | |
# 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