Add DigiSurf ()

DigiSurf is a terminal-based UI application for viewing and analyzing
digital signal waveforms. It provides an intuitive interface for
navigating through waveform data, placing markers, measuring timing, and
examining signal values.
This commit is contained in:
Jim Huang 2025-05-11 13:42:44 +08:00 committed by GitHub
parent 9eb0249f16
commit 077a0ac0c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -338,6 +338,7 @@ List of projects that provide terminal user interfaces
- [cgdisk](https://www.rodsbooks.com/gdisk/cgdisk-walkthrough.html) TUI partition editor for manipulating GUID partition tables, and modeled after cfdisk
- [csvlens](https://github.com/YS-L/csvlens) TUI CSV file viewer. It is like less but made for CSV.
- [diary](https://github.com/actuday6418/Diary) A diary app written in Rust that encrypts both text and file data, and can decrypt and build a rich HTML representation of your diary when required.
- [DigiSurf](https://github.com/SeanMcLoughlin/digisurf) A TUI signal waveform viewer
- [diskonaut](https://github.com/imsnif/diskonaut) Terminal disk space navigator
- [distrobox-tui](https://github.com/hyperreal64/distrobox-tui) TUI for managing distrobox containers
- [ec2-instance-selector](https://github.com/aws/amazon-ec2-instance-selector) A CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory