Skip to content

Instantly share code, notes, and snippets.

@tomorrowkey
Last active August 29, 2015 14:06
Show Gist options
  • Save tomorrowkey/7c684cdc665a9a8647ac to your computer and use it in GitHub Desktop.
Save tomorrowkey/7c684cdc665a9a8647ac to your computer and use it in GitHub Desktop.

Take android screenshot from terminal.
Write it on your .bashrc or .zshrc whatever.

alias screenshot='adb_peco.sh screenshot2 $TMPDIR/screenshot.png; open $TMPDIR/screenshot.png'

see also https://github.com/tomorrowkey/adb-peco

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