Skip to content

Instantly share code, notes, and snippets.

@woodRock
Last active May 5, 2022 03:05
Show Gist options
  • Save woodRock/53d80dda69c0d266ad928f566e546068 to your computer and use it in GitHub Desktop.
Save woodRock/53d80dda69c0d266ad928f566e546068 to your computer and use it in GitHub Desktop.
Linux: alias to open most recent screenshot - add this alias to your `~/.bashrc`.
alias li = "d=`date "+%Y-%m-%d"`;display "~/Pictures/*$d*.png";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment