X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.mc%2Fmenu;h=c2198c8978457c3e3ae2b81f25ad519b2ef36151;hb=HEAD;hp=d9cd8b079113d86b1d2eb34aef8cadf33d69ae75;hpb=7bf60629da6a2ca6b1c9ccaf083a787a17a09042;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index d9cd8b0..f5e1b68 100644 --- a/.mc/menu +++ b/.mc/menu @@ -37,6 +37,10 @@ w View the file in a new browser window t View the file in a new browser tab exec webbrowser-encode-url -e utf-8 -t file://%d/%f ++ t lr +p View the file in a new private browser tab + exec webbrowser -p file://%d/%f + += f \.fb2(\.bz2|\.gz|\.zip)?$ | f \.(chm|epub|htm(l?)|txt|rtf)$ & t lr f View fb2/chm/epub with fbreader fbreader %f & @@ -71,7 +75,7 @@ e View pdf with evince += t lr & f \.(pdf|PDF)$ e View pdf with qpdfview - if [ "%d/%f" = "`echo %d/%f | iconv -t utf-8`" ]; then qpdfview %f & else src=%d/%f; dest="$HOME/tmp/`echo $src | iconv -t koi8-r | koi2lat | sed 's!/!%!g'`"; ln -s "$src" "$dest" && qpdfview "$dest" & (sleep 3; exec rm -f "$dest") & fi + if [ %d/%f = "`echo %d/%f | iconv -t utf-8`" ]; then qpdfview %f & else src=%d/%f; dest="$HOME/tmp/`echo $src | iconv -t koi8-r | koi2lat | sed 's!/!%!g'`"; ln -s "$src" "$dest" && qpdfview "$dest" & (sleep 3; exec rm -f "$dest") & fi += t lr & f \.djvu(\.bz2|\.gz)?$ e View djvu @@ -113,11 +117,11 @@ e Edit image(s) + t lr & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ | t t = t lr & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ i View image(s) scaled - xli -title "`echo %s | sed 's/ /_/g'`" -zoom auto %s & + xli -title "`echo %s | sed 's/[ .]/_/g'`" -zoom auto %s & + t lr & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ | t t I View image(s) full size - xli -title "`echo %s | sed 's/ /_/g'`" %s & + xli -title "`echo %s | sed 's/[ .]/_/g'`" %s & + t lr & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ I Identify image @@ -158,7 +162,7 @@ p Load the audiofile(s) or playlist(s) # *) audtool --playlist-addurl "$f" ;; # esac #done - deadbeef --queue %s & + deadbeef %s & (sleep 1; exec deadbeef --stop) + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u8?|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t P Play the audiofile(s) or playlist(s) @@ -178,16 +182,16 @@ P Play the audiofile(s) or playlist(s) + t lr & f \.m3u8? R Play the playlist in random order - "$HOME"/prog/audio-cdr-video/audio/shuffle-playlist.py %f random-playlist-tmp.m3u + "$HOME"/prog/audio-cdr-video/audio/shuffle-playlist.py %f /tmp/random-playlist-tmp.m3u #if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi #audtool --playlist-clear #while read song; do # audtool --playlist-addurl "$song" - #done < random-playlist-tmp.m3u + #done < /tmp/random-playlist-tmp.m3u #audtool --playback-play - deadbeef --queue random-playlist-tmp.m3u & deadbeef --play - #mplayer -playlist random-playlist-tmp.m3u & - (sleep 5; exec rm random-playlist-tmp.m3u) & + deadbeef /tmp/random-playlist-tmp.m3u & + #mplayer -playlist /tmp/random-playlist-tmp.m3u & + (sleep 5; exec rm /tmp/random-playlist-tmp.m3u) & + t lr & f \.(m3u8?|mp3|MP3|cue|aac|ac3|ape|dts|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)$ i Audio/video info @@ -307,7 +311,7 @@ z Compress the current subdirectory to zip echo -n "Name of the distribution file (without extension) [$Pwd]: " read zip if [ "$zip"x = x ]; then zip="$Pwd"; fi - cd .. && zip -r9 "$zip".zip "$Pwd" && + cd .. && zip -ry9 "$zip".zip "$Pwd" && echo ../"$zip".zip created. + t d & f ^\.\.$ @@ -354,7 +358,7 @@ z xz the file + ! f \.(z|Z|bz2|gz|lz|lzma)|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz|7z)$ & t lr z zip the file/directory - exec zip -r9 %f.zip %f + exec zip -ry9 %f.zip %f + ! f \.(z|Z|bz2|gz|lz|lzma)|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz|7z)$ & t lr y zip the file/directory recoding filename(s) @@ -363,7 +367,7 @@ y zip the file/directory recoding filename(s) + t t Z zip selected files/directories ZIP=%{Enter zip name} - exec zip -r9 "$ZIP" %s + exec zip -ry9 "$ZIP" %s + t t Y zip selected files/directories recoding filenames