Last active
May 5, 2022 03:05
-
-
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`.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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