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

https://github.com/qxb3/fum

A fully customizable tui-based mpris music client.
https://github.com/qxb3/fum

mpris music-player ratatui rice ricing terminal tui unixporn

Last synced: 22 days ago
JSON representation

A fully customizable tui-based mpris music client.

Awesome Lists containing this project

README

          




fum: A fully customizable 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](https://github.com/qxb3/fum/issues/98) for the motivations on why. Though you can still use fum as it is.









## Demo

## Installation

[![Packaging status](https://repology.org/badge/vertical-allrepos/fum.svg)](https://repology.org/project/fum/versions)

## Build from source

```bash
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](https://github.com/qxb3/fum/wiki/Configuring)

### Need help?

Join [Discord Server!](https://discord.gg/UfXMeyZ6Zt).

## Showcase on a rice

## Contributing

[CONTRIBUTING](https://github.com/qxb3/fum/blob/main/CONTRIBUTING.md)

## LICENSE

[MIT](https://github.com/qxb3/fum/blob/main/LICENSE)