Skip to content

Instantly share code, notes, and snippets.

@alvir
Last active February 12, 2018 00:49
Show Gist options
  • Save alvir/2522c9b24b41475039af to your computer and use it in GitHub Desktop.
Save alvir/2522c9b24b41475039af to your computer and use it in GitHub Desktop.
Open last file of capybara screenshots
# Put it to custom folder of ohmyzsh
# Open recent file of capybara screenshots
function ole(){
local NUMBER=1
if ! [ -z $1 ]; then
NUMBER=$1
fi
open tmp/capybara/*.png(On[$NUMBER])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment