Allow the copy of file paths to clipboard.
authorLaurent Monin <geeqie@norz.org>
Wed, 23 Apr 2008 22:17:21 +0000 (22:17 +0000)
committerLaurent Monin <geeqie@norz.org>
Wed, 23 Apr 2008 22:17:21 +0000 (22:17 +0000)
commit3a71a78dc06c95ba23d1662e97621aef80d7ad92
tree47fc871618dbb43c42378df9b8a21a4770804bb6
parentb022eddfd7c892f7db4b262e9f027237255c8735
Allow the copy of file paths to clipboard.
This feature is disabled by default, it can be set through
Preferences > Advanced > Behavior > Show "Copy path" ...
When enabled, it adds a menu entry "Copy path" that let the
user copies current selection's paths to X clipboard.
It is very convenient to paste paths to xterm for example.
Patch by Carles Pina i Estany and me.
16 files changed:
src/collect-table.c
src/dupe.c
src/globals.c
src/img-view.c
src/layout_image.c
src/layout_util.c
src/layout_util.h
src/pan-view.c
src/preferences.c
src/rcfile.c
src/search.c
src/typedefs.h
src/utilops.c
src/utilops.h
src/view_file_icon.c
src/view_file_list.c