X Tutup
๐ŸŽ 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.
โ†’
X Tutup