about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/wrappers/mpc-rm
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/pkgs/scripts/wrappers/mpc-rm')
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/mpc-rm14
1 files changed, 14 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/mpc-rm b/hm/soispha/pkgs/scripts/wrappers/mpc-rm
new file mode 100755
index 00000000..5e206481
--- /dev/null
+++ b/hm/soispha/pkgs/scripts/wrappers/mpc-rm
@@ -0,0 +1,14 @@
+#!/usr/bin/env dash
+
+# shellcheck source=/dev/null
+SHELL_LIBRARY_VERSION="1.8.0" . %SHELL_LIBRARY_PATH
+
+
+cd "$XDG_MUSIC_DIR" || die "No music dir!"
+trash-put "$(mpc --format '%file%' current)";
+mpc del 0;
+
+
+
+
+# vim: ft=sh