Skip to content

Instantly share code, notes, and snippets.

@messiest
Created October 28, 2024 19:34
Show Gist options
  • Select an option

  • Save messiest/0417f6736431d874fb464c41968abdc2 to your computer and use it in GitHub Desktop.

Select an option

Save messiest/0417f6736431d874fb464c41968abdc2 to your computer and use it in GitHub Desktop.
move all screenshots to designated directory
find ~/Desktop -name "Screenshot*" -exec mv '{}' $SCREENSHOT_DIR \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment