All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Modern Linux Command Line Tools for Game Development

By

randomint64

7mo ago· 3 min readen

Summary

This article provides a comprehensive guide to modern Linux command-line tools for game development, focusing on CLI replacements for common utilities. It covers tools like bat (cat clone with syntax highlighting), exa/eza (modern ls/tree replacements), lsd (next-gen ls), delta (git/diff viewer), ncdu (intuitive du), dust (Rust-based du), duf (better df), broot (enhanced tree), and fd (fast find). The content appears to be programming notes specifically targeted at game developers working with Unreal Engine, Houdini, and graphics programming.

Key quotes

· 5 pulled
bat - cat clone with syntax highlighting and git integration
exa - modern replacement for ls/tree, not maintained
eza - modern ls/tree based on exa fork
lsd - next gen ls, backwards compatible
delta - viewer for git and diff output
Snippet from the RSS feed
Programming notes for Unreal Engine, Houdini, Game Development, Math, & Graphics

You might also wanna read