Skip to content

πŸ“° cli

7 Things I've learned building a modern TUI Framework

I’ve be working on Textual for over a year now. Here’s a few things I’ve discovered (or re-discovered) regarding terminals in Python, and software development in general.

weeklyfoo #46 / 2024-08-19
terminalcli

A list of useful examples of the sed command on Linux

sed is extremely useful.

weeklyfoo #37 / 2024-06-17
sedcli

Advanced Terminal Tips and Tricks

The first tip is already great.

weeklyfoo #43 / 2024-07-29
cli

In praise of Nushell

Also tried out nushell and it’s worth checking it out.

weeklyfoo #22 / 2024-03-04
clinushell

Node.js CLI Apps Best Practices

The largest Node.js CLI Apps best practices list

weeklyfoo #7 / 2023-11-19
nodejscli

React Scan CLI

Check performance issues without installing anything.

weeklyfoo #61 / 2024-12-02
reactcliperformance

Rules that terminal programs follow

Seven rules you should respect if you write a terminal program.

weeklyfoo #63 / 2024-12-16
cli

The Biggest Shell Programs in the World

Shell programs with more than 10k LOC? wow

weeklyfoo #63 / 2024-12-16
clishell

The Modern CLI Renaissance

Over the past few years, it seems like the rate at which new CLI tools are being written has picked back up again, accelerating after seeing relatively little activity between ~1995 and ~2015. I’d like to talk about this trend I’ve noticed, where people are rewriting and rethinking staples of the command line interface, why I think this trend might be happening, and why I think this trend is a good thing.

weeklyfoo #50 / 2024-09-16
cli