ksound 0.1.1

A minimalist command-line MP3 player written in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set dotenv-load

@default:
  just --list

@build:
  cargo build --release
  cp target/release/ksound ~/Bin/

@test:
  cargo run -- -r ~/Musique

@getuit:
  wget `git config --get remote.origin.url| sed 's/github/uithub/'| sed 's/\.git$//'` -O GithubUit.md