Skip to content

Instantly share code, notes, and snippets.

@specious
Created December 9, 2021 03:49
Show Gist options
  • Save specious/09bfc0f254316d41412bd0781993d172 to your computer and use it in GitHub Desktop.
Save specious/09bfc0f254316d41412bd0781993d172 to your computer and use it in GitHub Desktop.
imv config
[binds]
<Ctrl+Shift+R> = exec cp "$imv_current_file" /tmp/vips-orig; exec vips rot /tmp/vips-orig "$imv_current_file" d90 && echo "rotated: $imv_current_file"
<Ctrl+Shift+X> = exec rm -v "$imv_current_file"; close
@specious
Copy link
Author

specious commented Dec 9, 2021

Custom config for imv. Uses vips for rotating images.

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