Start of heading level 2: Code Presentation at the Next Level: bat and delta in the Terminal End of heading.
Anyone who spends a lot of time in the console knows the classics: cat for quickly viewing files and git diff for checking code changes. Both have served their purpose for decades, but visually they remain stuck in the past. Yesterday, I discovered two modern CLI tools and immediately installed them on my system to replace these classics: bat and delta.
Both tools are written in Rust, extremely performant, and elevate the rendering of code to a whole new level. Here is my tool presentation and how I have seamlessly integrated them into my Zsh and Git configurations.