SMRTR ProgrammingAug 19, 2026Hacker News

Blade – a terminal UI for starting and supervising project commands

SMRTR summary

Blade is a terminal UI tool for managing and supervising multiple project commands from a single TOML config file. It supports dependency-based startup ordering, shell integration, grouped commands, systemd services, and an interactive TUI with fuzzy search, theme support, and process lifecycle management — making it a practical alternative to running multiple terminal tabs manually.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.