Skip to content

Instantly share code, notes, and snippets.

@po-miyasaka
Last active September 2, 2018 06:26
Show Gist options
  • Save po-miyasaka/2b43e9da8095f2db584589cbbdb3708c to your computer and use it in GitHub Desktop.
Save po-miyasaka/2b43e9da8095f2db584589cbbdb3708c to your computer and use it in GitHub Desktop.
please put into HOME Directory 
command regex pc 's/(.*)?-op(.*)/ exp -l objc %2 -- %1/' 's/(.*)/ exp -l objc -- %1/'
command regex poc 's/(.*)?-op(.*)/ exp -l objc -O %2 -- %1/' 's/(.*)/ exp -l objc -O -- %1/'
command regex ps 's/(.*)?-op(.*)/ exp -l swift %2 -- %1/' 's/(.*)/ exp -l swift -- %1/'
command regex pos 's/(.*)?-op(.*)/ exp -l swift -O %2 -- %1/' 's/(.*)/ exp -l swift -O -- %1/'
command regex vinfo 's/\(\((\w+)\.([a-zA-Z_0-9]+)\s\*\)(\w+?)\)/exp -l swift -- unsafeBitCast(%3,to:%1.%2.self);/' 's/\(\(([a-zA-Z_0-9]+)\s\*\)(\w+?)\)/exp -l objc++ -- *(%1 *)%2/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment