Crates.io | mfp |
lib.rs | mfp |
version | 0.2.0 |
source | src |
created_at | 2023-07-08 13:12:24.860366 |
updated_at | 2023-07-08 20:22:40.041285 |
description | A command-line utility for playing music mixes for programming & focus (from musicforprogramming.net), unlocking the flow state! |
homepage | https://github.com/guptarohit/mfp |
repository | https://github.com/guptarohit/mfp |
max_upload_size | |
id | 911462 |
size | 796,898 |
A command-line utility for playing music mixes for programming & focus (from musicforprogramming.net), unlocking the flow state!
Using Cargo 📦:
cargo install mfp
Or download pre-built binary from GitHub release page.
After installation, run mfp
in command line to start. Plays a random track if not specified with -t
flag.
mfp [OPTIONS]
Options:
-t, --track-number <TRACK_NUMBER> Track Number, between 1 and ~68
-v, --volume <VOLUME> Volume, between 0 and 9 [default: 9]
-h, --help Print help
-V, --version Print version
e.g. mfp -t 1 -v 7
Inspired from: https://github.com/JasonWei512/code-radio-cli
and https://github.com/isdampe/music-for-programming
Mixes streams from musicforprogramming.net
Feel free to make a pull request! :octocat: