Command Line

Tmux - the essentials

A practical guide explaining essential Tmux commands for managing terminal sessions, windows, and panes efficiently. The guide covers basic operations like creating sessions, detaching/reattaching, and managing window layouts, focusing on the most commonly used commands for daily productivity.

GitHub - c0stya/trre: Transductive regular expressions

An extension to regular expressions called 'transductive regular expressions' (trre) introduces a new ':' symbol for pattern matching and text modification, offering a more natural approach to text editing than traditional regex. The implementation includes a command-line tool that supports various operations like replacement, deletion, and insertion, utilizing Finite State Transducers for processing.