]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
Use iconv.py instead of iconv
[dotfiles.git] / .mc / menu
index 2a1f44729744c8145473bea2dd0e45a93bbe13d1..c3b6786ab74052259e9ff7460a1ab3f323784948 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -2,7 +2,7 @@ shell_patterns=0
 
 # This is necessary to overcome a bug in mc - without this
 # mc makes default wrong item
-N  NOOP
+:  NOOP
    :
 
 @  Do something on all of the file(s) at once
@@ -17,8 +17,8 @@ N  NOOP
    done
 
 + t r
-p  View the file in the pager
-   exec $PAGER %f
+p  View the file in a pager
+   exec ${PAGER:-more} %f
 
 + t r
 b  View the file in a browser
@@ -34,7 +34,7 @@ t  View the file in a new browser tab
    exec webbrowser -t file://%d/%f
 
 += f \.fb2(\.bz2|\.gz|\.zip)?$ | f \.(chm|epub|htm(l?)|txt|rtf)$ & t r
-f  FBReader
+f  View fb2/chm/epub with fbreader
    fbreader %f &
 
 + t r & f \.fb2(\.bz2|\.gz|\.zip)$
@@ -57,37 +57,53 @@ T  fb2txt
    esac
    $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t
 
++= t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
+o  View OpenDoc with odt2txt
+   odt2txt %f | ${PAGER:-more}
+
++ t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
+e  Edit OpenDoc with libreoffice
+   libreoffice %f &
+
 += t r & f \.(pdf|PDF|djvu)(\.bz2|\.gz)?$
-e  evince
+e  View pdf/djvu with evince
    evince %f &
 
 += t r & f \.(doc|DOC|rtf)$
-d  catdoc
-   catdoc %f | less
+d  View doc with catdoc
+   catdoc %f | ${PAGER:-more}
+
++ t r & f \.(doc|DOC|rtf)$
+e  Edit doc with libreoffice
+   libreoffice %f &
 
 += t r & f \.(docx|DOCX)$
-d  docx2txt
-   docx2txt %f - | less
+d  View docx with docx2txt
+   docx2txt %f - | iconv.py -f utf-8 | ${PAGER:-more}
+
++ t r & f \.(docx|DOCX)$
+e  Edit docx with libreoffice
+   libreoffice %f &
 
 += t r & f \.(xls|XLS)$
-x  xls2csv
-   xls2csv %f | less
+x  View xls with xls2csv
+   xls2csv %f | ${PAGER:-more}
 
 + t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$ | t t
 = t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$
 i  View image(s) scaled
-   xli -zoom auto %s &
+   xli -title "`echo %s | sed 's/ /_/g'`" -zoom auto %s &
 
 + t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$ | t t
 I  View image(s) full size
-   xli %s &
+   xli -title "`echo %s | sed 's/ /_/g'`" %s &
 
 + t r & f \.(ico|jp2|tif|TIF|tiff|TIFF)$ | t t
 = t r & f \.(ico|jp2|tif|TIF|tiff|TIFF)$
 I  View icon, JPEG-2000 or TIFF image
    display %s &
 
-+ t r & f \.(aac|ac3|ape|cue|flac|m3u|mka|mp3|MP3|pls|wv)$ | t t
++ t r & f \.(aac|ac3|ape|cue|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 a  Add the audiofile(s) or playlist(s)
    #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
    #for f in %s; do
@@ -96,8 +112,8 @@ a  Add the audiofile(s) or playlist(s)
    #smplayer -add-to-playlist %s &
    deadbeef --queue %s &
 
-+ t r & f \.(aac|ac3|ape|cue|flac|m3u|mka|mp3|MP3|pls|wv)$ | t t
-= t r & f \.(m3u|mp3|MP3|cue|ac3|ape|flac|wv)$
++ t r & f \.(aac|ac3|ape|cue|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
+= t r & f \.(aac|ac3|ape|cue|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$
 p  Load the audiofile(s) or playlist(s)
    #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
    #audtool --playlist-clear
@@ -108,7 +124,7 @@ p  Load the audiofile(s) or playlist(s)
    #smplayer -add-to-playlist %s &
    deadbeef --queue %s &
 
-+ t r & f \.(aac|ac3|ape|cue|flac|m3u|mka|mp3|MP3|pls|wv)$ | t t
++ t r & f \.(aac|ac3|ape|cue|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 P  Play the audiofile(s) or playlist(s)
    #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
    #audtool --playlist-clear
@@ -123,7 +139,7 @@ P  Play the audiofile(s) or playlist(s)
 
 + t r & f \.m3u
 R  Play the playlist in random order
-   "$HOME"/admin/prog/audio-cdr-video/shuffle-playlist.py %f random-playlist-tmp.m3u
+   "$HOME"/admin/prog/audio-cdr-video/audio/shuffle-playlist.py %f random-playlist-tmp.m3u
    #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
    #audtool --playlist-clear
    #audtool --playlist-addurl random-playlist-tmp.m3u
@@ -135,8 +151,8 @@ R  Play the playlist in random order
    #mediaplayer_open random-playlist-tmp.m3u
    (sleep 5; exec rm random-playlist-tmp.m3u) &
 
-+ f \.(aac|ac3|ape|cue|flac|m3u|mp3|MP3|pls|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wmv)$ | t d | t t
-= t r & f \.(aac|ac3|ape|cue|flac|m3u|mp3|MP3|pls|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wmv)$
++ f \.(aac|ac3|ape|cue|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t d | t t
+= t r & f \.(aac|ac3|ape|cue|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$
 s  Play audio/video file(s) or directory with smplayer
    smplayer %s &
 
@@ -144,7 +160,7 @@ s  Play audio/video file(s) or directory with smplayer
 c  Play the current directory with smplayer
    smplayer . &
 
-+ t r & f \.(m3u|mp3|MP3|cue|aac|ac3|ape|flac|pls|wv|avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wmv)$ | t t
++ t r & f \.(m3u|mp3|MP3|cue|aac|ac3|ape|flac|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t t
 i  Audio/video info
    exec mplayer -msglevel identify=6 -frames 0 %s
 
@@ -152,11 +168,11 @@ i  Audio/video info
 i  DVD info
    exec mplayer -dvd-device . dvd:// -msglevel identify=6 -frames 0
 
-+ f \.(avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wmv)$ | t t
++ f \.(avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t t
 m  Play video file(s) with mplayer
    mplayer %s &
 
-+ f \.(m3u|mp3|MP3|cue|aac|ac3|ape|flac|pls|wv|avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wmv)$ | t t
++ f \.(m3u|mp3|MP3|cue|aac|ac3|ape|flac|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t t
 M  Play audio/video with gmplayer
    gmplayer %s &
 
@@ -327,6 +343,20 @@ n  Create a directory for this archive
    esac
    exec mkdir "$D"
 
++ F \.tar\.bz2$ | F \.tar\.gz$ | F \.tgz$ | F \.(zip|ZIP)$ | F \.(rar|RAR)$ | F \.7z$ & T r
+N  Create a directory for this archive
+   case %F in
+     *.tar.bz2) D="`basename %F .tar.bz2`";;
+     *.tar.gz) D="`basename %F .tar.gz`";;
+     *.tgz)    D="`basename %F .tgz`";;
+     *.zip)    D="`basename %F .zip`";;
+     *.ZIP)    D="`basename %F .ZIP`";;
+     *.rar)    D="`basename %F .rar`";;
+     *.RAR)    D="`basename %F .RAR`";;
+     *.7z)     D="`basename %F .7z`";;
+   esac
+   exec mkdir "$D"
+
 + t r
 v  View via mailcap
    exec see %f