summaryrefslogtreecommitdiffstats
path: root/src/mocp.rs
AgeCommit message (Expand)Author
2023-11-01remove useless functionqkzk
2023-09-28clippy remove useless returnqkzk
2023-09-27prevent mocp commands to be run (and fail) if mocp isn't installedqkzk
2023-09-26FIX mocp printing messages in screenqkzk
2023-09-26mocp clear playlistqkzk
2023-09-26use static string for mocp programqkzk
2023-04-06use &[] instead of &Vec in execute and capture output without checkqkzk
2023-04-06use &[] instead of &vec in execute in child and capture outputqkzk
2023-04-06use &[] instead of &vec in execute in childqkzk
2023-03-16mocp go to songqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-03-03refactor mocp control to separate filequentin konieczko