X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=8210788f1a717e590eb88469eb47c5028743a8bc;hb=fd2ee025c98f563b90c233eea34bac4928b2dbf2;hp=c74be81868c288ca85cced1d2b5db1fdbd944f56;hpb=7f4b64a9619073331f22d6914b264adc77e986bf;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index c74be81..8210788 100644 --- a/.mc/menu +++ b/.mc/menu @@ -399,7 +399,7 @@ x Extract a compressed file *.xz) P="xz -d";; *.tar) P="tar xvpf";; *.zip|*.ZIP) P="unzip";; - *.rar|*.RAR) P="rar x -y";; + *.rar|*.RAR) P="unrar x -y";; esac exec $P %f @@ -456,11 +456,13 @@ V vimdiff these files + t d & ! f ^\.\.$ d Diff the directory - exec diff -ru --speed-large-files -x '*.py[co]' %D/%f %f + exec diff -ru --speed-large-files \ + -x CVS -x .git -x .hg -x .svn -x '*.py[co]' %D/%f %f + t d & T d & ! F ^\.\.$ D Diff these directories - exec diff -ru --speed-large-files -x '*.py[co]' %D/%F %f + exec diff -ru --speed-large-files \ + -x CVS -x .git -x .hg -x .svn -x '*.py[co]' %D/%F %f += f \.(asc|sig(n)?)$ & t r v Verify signature