BASH/DSL helpers for the rest of us.
❯source ~/.bashmatic/init
bashmatic.sh © 2015-2025 Konstantin Gredeskoul (MIT License) v3.4.1
❯h1 "Hello World! Welcome to Bashmatic!"
┌─────────────────────────────────────────────────────────────────────────────┐ │ Hello World! Welcome to Bashmatic! │ └─────────────────────────────────────────────────────────────────────────────┘
❯ info "Bashmatic makes your scripts look awesome"
Bashmatic makes your scripts look awesome
❯ run "echo 'Ready to get started?'"
→ ✔︎ echo 'Ready to get started?' 〔 60 ms 〕 0
❯