Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
sxiv
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Show metadata of image on Ctrl-e in exec/key-handler
master
Bert Münnich
11 anni fa
parent
58b4a1e504
commit
d75a5a027c
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
exec/key-handler
+ 2
- 0
exec/key-handler
Vedi File
@@ -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")
Write
Preview
Loading…
Annulla
Salva