Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-07 | Separate bar fields only by spaces | Bert Münnich | |
2017-09-02 | Add key-handler action to copy image to clipboard | Bert Münnich | |
Thanks ploth for coming up with this: https://github.com/muennich/sxiv/issues/247#issuecomment-321316306 Replaces optional dependency on xsel(1) to xclip(1) as it supports this. Fixes issue #247 | |||
2017-02-13 | Fix missing quote in key-handler from commit 5c607ad | Bert Münnich | |
2017-01-07 | Pass given file names to key-handler instead of real paths | Bert Münnich | |
Misbehaving command lines in the key-handler that rewrite the given files and thus replace symbolic links instead of their targets shall call realpath(1). Fixes issue #205 and reverts commit 92e3b578. | |||
2016-10-17 | Silence error messages in image-info script | Bert Münnich | |
2016-08-06 | Provide image width and height to image-info script; fixes issue #159 | Bert Münnich | |
2015-12-25 | Make image-info script more steady to special symbols in file names | Sudo Nice | |
2015-05-18 | Clarified comments in key-handler, fixes issue #206 | Bert Münnich | |
2014-11-27 | Pass file paths to key handler via stdin; fixes issue #187 | Bert Münnich | |
2014-08-20 | Refactored rotation in key-handler | Bert Münnich | |
2014-08-20 | Added actions for tag addition & removal to key-handler | Bert Münnich | |
2014-08-18 | Unified rotate actions in key-handler; use lossless operation based on file type | Bert Münnich | |
2014-08-16 | Pass marked files to external key handler in thumbnail mode; fixes issue #135 | Bert Münnich | |
2014-01-31 | Merged pull request #129 | Bert Münnich | |
2014-01-31 | Use a prefix key to execute the key handler | András Mohari | |
The default prefix key is C-x, and can be changed in config.def.h. The first key pressed after the prefix key will be passed the external key handler, unless the key is Escape, which is used to cancel the prefix. | |||
2014-01-11 | Adhere to XDG Base Directory Specification; fixes issue #124 | Bert Münnich | |
2014-01-05 | Added doc header to exec/key-handler | Bert Münnich | |
2014-01-05 | Show metadata of image on Ctrl-e in exec/key-handler | Bert Münnich | |
2014-01-05 | Copy image path to primary on Ctrl-c in exec/key-handler | Bert Münnich | |
2014-01-03 | Simplified EXIF tag extraction in exec/image-info | Bert Münnich | |
2014-01-02 | Moved external shell commands into exec/key-handler script | Bert Münnich | |
Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea. |