desed
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/desed/
Demystify and debug your sed scripts, from the comfort of your terminal.
pacman -S desed
![image preview of desed](https://cdn.terminaltrove.com/m/6ff6f54d-6edc-4a3b-9943-fd5e75116327.gif)
desed is a TUI debugger that lets you step through and troubleshoot sed
scripts in your terminal.
The TUI interface splits into source code, pattern space, hold space and regex match panels. Key features include forward/backward stepping, preview variable values, breakpoints and vim-style navigation. The mouse can scroll code and toggle breakpoints, while hot reloading keeps your desed session intact when editing.
Useful for anyone who is used to constructing complex sed
transformations. dsed is ideal if you need visual feedback when you're making or testing sed
substitutions, making it clearer to understand, debug and use.