Created
May 20, 2018 22:26
-
-
Save AffanIndo/b75a7ec3543785c9a3e0358d4c6e5ddf to your computer and use it in GitHub Desktop.
Delete currently playing music in Audacious. USE AT YOUR OWN RISK.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trash "$(audtool current-song-filename)" | |
audtool --playlist-delete $(audtool --playlist-position) | |
audtool --playback-play |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment