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.
- Host: GitHub
- URL: https://github.com/qxb3/fum
- Owner: qxb3
- License: mit
- Created: 2024-12-26T03:01:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-19T21:44:09.000Z (5 months ago)
- Last Synced: 2025-08-22T19:55:23.543Z (about 2 months ago)
- Topics: mpris, music-player, ratatui, rice, ricing, terminal, tui, unixporn
- Language: Rust
- Homepage:
- Size: 3.84 MB
- Stars: 240
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/qxb3/fum - TUI mpris client (CLI/TUI Apps / Other)
- awesome-ratatui - fum - A fully ricable tui-based music client. (💻 Apps / 🎼 Music and Media)
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
[](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)