]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
.mc/menu: ignore __pycache__ directory when calling diff
[dotfiles.git] / .mc / menu
index 99ad4923b5dcf4edb5e37bb0d5fe576716c70977..98c96a3edd3d83fc063c48aa168709c0ffa6b1cc 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -358,7 +358,7 @@ N  Create a directory for the other archive
    esac
    exec mkdir "$D"
 
-+ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & t r
++ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & t r
 x  Extract the contents of a compressed tar file
    unset PRG
    case %f in
@@ -386,7 +386,7 @@ x  Extract the contents of a compressed tar file
    esac
    $PRG %f | tar xvpf -
 
-+ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & T r
++ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & T r
 X  Extract the contents of an other compressed tar file
    unset PRG
    case %F in
@@ -483,12 +483,12 @@ V  vimdiff these files
 + t d & ! f ^\.\.$
 d  Diff the directory
    exec diff -ru --speed-large-files \
-      -x CVS -x .git -x .hg -x .svn -x '*.py[co]' %D/%f %f
+      -x CVS -x .git -x .hg -x .svn -x '*.py[co]' -x __pycache__ %D/%f %f
 
 + t d & T d & ! F ^\.\.$
 D  Diff these directories
    exec diff -ru --speed-large-files \
-      -x CVS -x .git -x .hg -x .svn -x '*.py[co]' %D/%F %f
+      -x CVS -x .git -x .hg -x .svn -x '*.py[co]' -x __pycache__ %D/%F %f
 
 += f \.(asc|sig(n)?)$ & t r
 v  Verify signature
@@ -504,4 +504,4 @@ m  View a manual page
 
 + t r | t d | t t
 r  rsync the file(s) there
-   rsync -ahP --del %s %D
+   rsync -ahPv --del %s %D