Package Details: scope-tui 0.3.3-2

Git Clone URL: https://aur.archlinux.org/scope-tui.git (read-only, click to copy)
Package Base: scope-tui
Description: A simple oscilloscope/vectorscope/spectroscope for your terminal
Upstream URL: https://github.com/alemidev/scope-tui
Licenses: MIT
Submitter: orhun
Maintainer: orhun
Last Packager: orhun
Votes: 0
Popularity: 0.000000
First Submitted: 2024-04-11 18:33 (UTC)
Last Updated: 2025-06-30 12:18 (UTC)

Latest Comments

orhun commented on 2025-06-30 12:13 (UTC)

done, thanks

del_monte commented on 2025-06-28 18:42 (UTC)

The package includes libpulse as a makedepends but doesn't enable the pulseaudio feature during build. Could you change line 27 in the PKGBUILD from:

cargo build --release --frozen

to:

cargo build --release --frozen --features pulseaudio

This would enable the 'pulse' subcommand which many users expect.