]> git.phdru.name Git - dotfiles.git/commitdiff
Add a rule for python eggs
authorOleg Broytman <phd@phdru.name>
Thu, 19 Dec 2013 10:03:58 +0000 (14:03 +0400)
committerOleg Broytman <phd@phdru.name>
Thu, 19 Dec 2013 10:03:58 +0000 (14:03 +0400)
.mc/mc.ext

index c8398303fddd6fa0ceef7832dc0762a7ccbe73d5..b2ccef6fd6951842c694cebe687b279cdf1dc4d8 100644 (file)
@@ -726,6 +726,11 @@ shell/.o
    View=%view{ascii} nm %f
    Disassemble=%view{ascii} objdump -d -r %f
 
+# Python eggs are zip archives
+shell/.egg
+   Open=%cd %p/uzip://
+   View=%view{ascii} unzip -v %f
+
 # Python
 shell/.py
    Open=python %f