Command line tool to move all macOS screenshots taken today into a folder labeled screenshots_YYYY-MM-DD
.
See also: ssmv
In your terminal, run the following commands:
git clone https://github.com/dev-cprice/ssmv-today.git
cd ssmv-today
cp ssmv-today /usr/local/bin/ssmv-today
To add the thin Mac App, follow the above commands and then run:
cp -r ScreenshotMoveToday.app /Applications
Take as many screenshots as you want with cmd+shift+3
or cmd+shift+4
, then in your terminal, run ssmv-today
:
# ex: 6 screenshots taken today, located at ~/Desktop
$ ssmv-today
Making new folder at: /Users/YOUR_USERNAME/Desktop/2019-01-23
Moving 6 screenshots from today into /Users/YOUR_USERNAME/Desktop/2019-01-23
Run the ScreenshotMoveToday
app and a dialog will appear displaying how many screenshots it moved and to what folder, just like the CLI version.