Created
December 9, 2021 03:49
-
-
Save specious/09bfc0f254316d41412bd0781993d172 to your computer and use it in GitHub Desktop.
imv config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom config for imv. Uses vips for rotating images.