Crates.io | CLI-Rhythm |
lib.rs | CLI-Rhythm |
version | 0.6.6 |
source | src |
created_at | 2024-08-22 11:43:26.725239 |
updated_at | 2024-09-06 16:51:43.325835 |
description | A simple and functional CLI music player. |
homepage | |
repository | https://github.com/Arklingh/CLI-Rhythm |
max_upload_size | |
id | 1347610 |
size | 119,204 |
cli-rhythm is a simple, functional, and lightweight Command-Line Interface (CLI) music player. It is designed to provide a seamless music-playing experience directly from your terminal. Built with Rust, it supports intuitive navigation, and a minimal user interface for distraction-free listening.
Preompiled binary is availiable in Releases.
To install CLI-Rhythm using Cargo (the Rust package manager), simply run the following command:
cargo install cli-rhythm
Make sure you have Cargo installed before running this command.
git clone https://github.com/Arklingh/cli-rhythm.git
cd cli-rhythm
cargo build --release
./target/release/cli-rhythm
cli-rhythm scans your system's default music folder for music files. If it doesn't find any there, it will scan the folder cli-rhythm executable is in.
Platform | Music folder example |
---|---|
Linux | /home/alice/Music |
macOS | /Users/Alice/Music |
Windows | C:\Users\Alice\Music |
This project is licensed under the Apache License 2.0.