desed
« Back to VersTracker
Description:
Debugger for Sed
Type: Formula  |  Latest Version: 1.2.2@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: sed debugger cli text-processing development
Install: brew install desed
About:
DeSED is an interactive command-line debugger designed specifically for GNU Sed scripts. It allows users to step through sed code line-by-line, inspect pattern space and hold space, and visualize the flow of execution. This tool significantly simplifies the process of debugging complex text transformations and stream editing logic.
Key Features:
  • Interactive line-by-line execution of sed scripts
  • Real-time inspection of pattern and hold spaces
  • Syntax highlighting for improved readability
  • Support for both basic and advanced sed constructs
Use Cases:
  • Debugging complex sed one-liners that fail unexpectedly
  • Learning how sed processes text by watching execution flow
  • Validating pattern matching and substitution logic in scripts
Alternatives:
  • sed -n / verbose mode – Native sed lacks true step-through debugging, requiring manual print statements and mental tracking of state.
  • sedprint – A simpler debugging tool, whereas DeSED offers a more comprehensive interactive TUI experience.
License: GPL-3.0-or-later
Bottles available for: arm64_tahoe, arm64_sequoia, arm64_sonoma, arm64_ventura, sonoma, ventura, arm64_linux, x86_64_linux
Version History
Detected Version Rev Change Commit
Sep 15, 2025 8:44am 0 VERSION_BUMP af9eed2f