Tool for writing glamorous shell scripts with styled prompts and inputs
Tool for glamorous shell scripts
gum$ gum confirm 'Do you want to continue?' && echo 'Proceeding...' || echo 'Cancelled'$ name=$(gum input --placeholder 'Enter your name') && echo "Hello, $name"$ gum spin --spinner dot --title 'Processing...' sleep 3