Commit Graph

26 Commits (55777ba9f4a92a27205c2db0003359422c0797a1)

Author SHA1 Message Date
Bert Münnich b83d4fa1bf Add rawtherapee entry to key-handler 6 years ago
Bert Münnich 71c5766d89 Copy to primary buffer and clipboard
The file names are separated with newlines in the primary and with spaces in
the clipboard.
6 years ago
Bert Münnich 04950162ea Remove tags from image-info 6 years ago
Bert Münnich 2fb8a8d5fe Remove tagging from key-handler 6 years ago
Patryk Czachurski f7714eaf90 Set executable bit on scripts in exec folder 6 years ago
Bert Münnich 8a9e3ea43e Separate bar fields only by spaces 7 years ago
Bert Münnich c2560f8d0b Add key-handler action to copy image to clipboard
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
7 years ago
Bert Münnich ba4b84a8b1 Fix missing quote in key-handler from commit 5c607ad 7 years ago
Bert Münnich 5c607ad495 Pass given file names to key-handler instead of real paths
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.
8 years ago
Bert Münnich 891f389f0e Silence error messages in image-info script 8 years ago
Bert Münnich aabc2bddbd Provide image width and height to image-info script; fixes issue #159 8 years ago
Sudo Nice b32aefce3a Make image-info script more steady to special symbols in file names 9 years ago
Bert Münnich 9264a65c19 Clarified comments in key-handler, fixes issue #206 9 years ago
Bert Münnich 216ad81b59 Pass file paths to key handler via stdin; fixes issue #187 10 years ago
Bert Münnich 75a665670a Refactored rotation in key-handler 10 years ago
Bert Münnich eaf55e9af9 Added actions for tag addition & removal to key-handler 10 years ago
Bert Münnich 3a680172c8 Unified rotate actions in key-handler; use lossless operation based on file type 10 years ago
Bert Münnich e267dc7793 Pass marked files to external key handler in thumbnail mode; fixes issue #135 10 years ago
Bert Münnich f6510b0a04 Merged pull request #129 11 years ago
András Mohari 54d7b7f20f Use a prefix key to execute the key handler
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.
11 years ago
Bert Münnich 304fd382db Adhere to XDG Base Directory Specification; fixes issue #124 11 years ago
Bert Münnich 9a0bcd7025 Added doc header to exec/key-handler 11 years ago
Bert Münnich d75a5a027c Show metadata of image on Ctrl-e in exec/key-handler 11 years ago
Bert Münnich 58b4a1e504 Copy image path to primary on Ctrl-c in exec/key-handler 11 years ago
Bert Münnich 0e818020cc Simplified EXIF tag extraction in exec/image-info 11 years ago
Bert Münnich f2e0c492bd Moved external shell commands into exec/key-handler script
Gets called on all unset key mappings. Arguments are: key combo and
current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
11 years ago