An open API service indexing awesome lists of open source software.

https://github.com/irsmsoso/audio-preview

TUI for quickly navigating the file system and previewing audio files
https://github.com/irsmsoso/audio-preview

audio audio-player cli cli-app command-line preview rust terminal-user-interface tui

Last synced: 4 months ago
JSON representation

TUI for quickly navigating the file system and previewing audio files

Awesome Lists containing this project

README

          

# Audio Previewer TUI

Quickly preview your audio files!

## Installation

### Option 1: Releases

Grab the [latest release](https://github.com/IRSMsoso/audio-preview/releases)

### Option 2: crates.io

- Install the Rust toolchain: [rustup.rs](https://rustup.rs)

- `cargo install audio-preview --locked`

## Usage

`listen` for tui

or

`listen ` to quickly play a file

## Keybinds

| Keybind | Usage |
|---------------------------------------|------------------------------------|
| Q | Quit |
| Arrow Keys | Navigate |
| Tab | Switch directories and files |
| L | Toggle looping |
| Right Arrow Key or Enter in file mode | Play file |
| F | Show selected file in file manager |