Skip to content

Instantly share code, notes, and snippets.

@jubianchi
Last active December 14, 2015 15:29
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jubianchi/5108194 to your computer and use it in GitHub Desktop.
Save jubianchi/5108194 to your computer and use it in GitHub Desktop.
git stashstash
[alias]
stashstash = "!f() { STASH=$(git stash); echo \"\\033[0;31mKouroukoukou roukoukou stash stash\\033[0m\"; echo \"$STASH\"; xdg-open \"http://www.youtube.com/watch?v=LpE1bJp8-4w&feature=youtu.be&t=47s\" > /dev/null 2>&1 & }; f"
satsh = !git stashstash
@jubianchi
Copy link
Author

This will only work on systems supporting xdg-open...

@luxifer
Copy link

luxifer commented Mar 7, 2013

seriously?

@jubianchi
Copy link
Author

Seriously! :)

I had 5 minutes to waste so I did something which I think is fun.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment