From 06ee5732f986502592146970caa2e9e5d36254ed Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 1 Jan 2025 04:36:20 +0800 Subject: [PATCH] Add asak (#264) A cross-platform audio recording/playback CLI tool with TUI, written in Rust. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 037b658..00c5499 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ List of projects that provide terminal user interfaces

Multimedia

+- [asak](https://github.com/chaosprint/asak) A cross-platform audio recording/playback TUI. - [chafa](https://hpjansson.org/chafa/) A powerful utility that converts image data, including animated GIFs, into graphics formats or ANSI/Unicode character art suitable for display in a terminal. - [cmdpxl](https://github.com/knosmos/cmdpxl) Totally practical command-line image editor - [cmus](https://cmus.github.io/) A small, fast and powerful console music player for Unix-like operating systems.