A terminal app to allow for easy voice recording
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme with new name

CyRav1ck 2e602d0c c2de32d9

+3 -3
+3 -3
README.md
··· 1 - # rv — voice recorder 1 + # TermVoice - Terminal Voice Recorder 2 2 3 3 A terminal voice recorder with a unified TUI for recording, browsing, playing, renaming, and deleting recordings. 4 4 ··· 20 20 ## Build 21 21 22 22 ```bash 23 - git clone ssh://git@codeberg.org/CyRav1ck/RustVoice.git 24 - cd RustVoice 23 + git clone ssh://git@codeberg.org/CyRav1ck/TermVoice.git 24 + cd TermVoice 25 25 cargo build --release 26 26 ``` 27 27