Skip to content

Instantly share code, notes, and snippets.

@badgateway666
Created December 12, 2019 19:19
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 badgateway666/55bbf317e1cea317aa0043dd194aa66e to your computer and use it in GitHub Desktop.
Save badgateway666/55bbf317e1cea317aa0043dd194aa66e to your computer and use it in GitHub Desktop.
Media-Player Interface with fzf
#!/usr/bin/env bash
selection=$(ls -d ~/Musik/* ~/Videos/* | fzf )
cvlc "$selection"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment