aboutsummaryrefslogtreecommitdiff
path: root/exec
Commit message (Collapse)AuthorAgeFilesLines
* Clarified comments in key-handler, fixes issue #206Bert Münnich2015-05-181-3/+3
|
* Pass file paths to key handler via stdin; fixes issue #187Bert Münnich2014-11-271-16/+20
|
* Refactored rotation in key-handlerBert Münnich2014-08-201-11/+12
|
* Added actions for tag addition & removal to key-handlerBert Münnich2014-08-201-0/+19
|
* Unified rotate actions in key-handler; use lossless operation based on file typeBert Münnich2014-08-181-18/+13
|
* Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich2014-08-161-14/+17
|
* Merged pull request #129Bert Münnich2014-01-311-3/+3
|\
| * Use a prefix key to execute the key handlerAndrás Mohari2014-01-311-3/+3
|/ | | | | | 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.
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-112-2/+2
|
* Added doc header to exec/key-handlerBert Münnich2014-01-051-0/+11
|
* Show metadata of image on Ctrl-e in exec/key-handlerBert Münnich2014-01-051-0/+2
|
* Copy image path to primary on Ctrl-c in exec/key-handlerBert Münnich2014-01-051-0/+2
|
* Simplified EXIF tag extraction in exec/image-infoBert Münnich2014-01-031-1/+1
|
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-022-0/+38
Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.