Skip to content

Instantly share code, notes, and snippets.

@nephitejnf
Created June 14, 2022 17:59
Show Gist options
  • Save nephitejnf/639e80afb39b1fdaca76e7195642c6ec to your computer and use it in GitHub Desktop.
Save nephitejnf/639e80afb39b1fdaca76e7195642c6ec to your computer and use it in GitHub Desktop.
A dmenu script to pick your favorite streamers from
#!/bin/sh
SUBS="pikasprey\nkitboga\nsscait\nexarionu"
STREAMER=$(echo -e ${SUBS} | dmenu -p "Pick a streamer:")
mpv https://twitch.tv/${STREAMER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment