🎁 Learn terminal, not just memorize commands!

🌳 Slogan: [E]xtremely [B]oring, [B]e [C]oncise, or EB;BC

📁 cli-pages: Command Line Interface (CLI) pages 📁 directory-pages: Directory pages 📁 syntax: Syntax 📁 themes: Themes

Tool rewriting in Go

Introduction Currently, our toolkit is written in Bash 5. The problem is that it’s hard to maintain it. Sure, Bash can be combined with YAML/JSON parsers to do some cool stuff, but it just complicates things. It’s harder to debug such scripts because literally several languages are mixed in one place and each of them has its own unique syntax. We proved ourselves that it’s possible to do exciting stuff in Bash.