The Great Perl Toolchain Summit CLI Throwdown 2026 · olafalders.com
A roundup of the command-line tools and terminal setups shared at the 2026 edition of our now-annual CLI throwdown at the Perl Toolchain Summit.
- eza
- superpowers
- fastgron
- fx
- dyff
The <(...) syntax runs a command and presents its output as if it were a file (pipe), which lets you feed command output to programs that expect a filename.
# See how the contents of two directories differ
diff <(ls dir-one) <(ls dir-two)
https://www.olafalders.com/2025/06/03/the-great-pts-cli-throwdown/
- yazi
- tailscale
- neovim plugins
- bat
- typos
- shutter (linux)
June 8, 2026 at 11:41:49 AM EDT
*
FILLER