fum-player

Crates.iofum-player
lib.rsfum-player
version1.3.1
created_at2024-12-26 07:54:09.566782+00
updated_at2025-03-15 12:05:33.118211+00
descriptionA tui-based mpris music client.
homepagehttps://github.com/qxb3/fum
repositoryhttps://github.com/qxb3/fum
max_upload_size
id1495502
size2,009,574
(qxb3)

documentation

README

fum: A fully ricable tui-based mpris music client.

fum is a tui-based mpris music client designed to provide a simple and efficient way to display and control your music within a tui interface.

❗❗ IMPORTANT ❗❗

⚠️ Currently in a full codebase rewrite See #98 for the motivations on why.

Demo

Installation

Packaging status

Build from source

git clone https://github.com/qxb3/fum.git
cd fum
cargo build --release
# Either copy/move `target/release/yum` to /usr/bin
# Or add the release path to your system's path
# Moving fum binary to /usr/bin
mv target/release/fum /usr/bin

Configuring

See Wiki

Need help?

Join Discord Server!.

Showcase on a rice

Contributing

CONTRIBUTING

LICENSE

MIT

Commit count: 251

cargo fmt