Skip to content

Instantly share code, notes, and snippets.

@AffanIndo
Created May 20, 2018 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AffanIndo/b75a7ec3543785c9a3e0358d4c6e5ddf to your computer and use it in GitHub Desktop.
Save AffanIndo/b75a7ec3543785c9a3e0358d4c6e5ddf to your computer and use it in GitHub Desktop.
Delete currently playing music in Audacious. USE AT YOUR OWN RISK.
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