소스 검색

Show metadata of image on Ctrl-e in exec/key-handler

master
Bert Münnich 11 년 전
부모
커밋
d75a5a027c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      exec/key-handler

+ 2
- 0
exec/key-handler 파일 보기

@@ -3,6 +3,8 @@
case "$1" in
"C-c")
echo -n "$2" | xsel -i ;;
"C-e")
urxvt -bg "#444" -fg "#eee" -sl 0 -title "$2" -e sh -c "exiv2 pr -q -pa '$2' | less" & ;;
"C-g")
gimp "$2" & ;;
"C-comma")


불러오는 중...
취소
저장