Skip to content

Instantly share code, notes, and snippets.

@tonyrosario
Forked from daytonn/iTerm triggers.md
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyrosario/d88ea41a7e75375851e2 to your computer and use it in GitHub Desktop.
Save tonyrosario/d88ea41a7e75375851e2 to your computer and use it in GitHub Desktop.

iTerm Triggers

  • ^diff.+$ -- Highlight Text (Whatever Background)
  • ^diff.+$ -- Highlight Text (Whatever Foreground)
  • uninitialized\sconstant\s([\w:]+) -- Highlight Text (White on Red)
  • undefined\slocal\svariable\sor\smethod\s(.+)'` -- Highlight Text (White on Red)
  • undefined\smethod\s(.+)'` -- Highlight Text (White on Red)
  • no\simplicit\sconversion\sof\s(\w+)\sinto\s(\w+) -- Highlight Text (White on Red)
  • \?(.+)?'?:?\swrong\snumber\sof\sarguments\s` -- Highlight Text (White on Red)
  • \(\d+\sfor\s\d[\.\+\d]?\) -- Highlight Text (Red on White)
  • Missing\spartial\s([\w\/]+)\s -- Highlight Text (White on Red)
  • Missing\stemplate\s([\w\/_-]+) -- Highlight Text (White on Red)
  • Trait\snot\sregistered\:\s([\w_]+) -- Highlight Text (White on Red)
  • \*\s(\w+)\s-\sFactory\snot\sregistered\:\s(\w+)\s -- Highlight Text (White on Red)
  • \*\s(\w+)\s- -- Highlight Text (Red on White)
  • ^.+expected\s(.+)?$ -- Highlight Text (White Background)
  • ^.+expected\s(.+)?$ -- Highlight Text (Black Foreground)
  • ^.+expected\:\s(.+)?$ -- Highlight Text (White Background)
  • ^.+expected\:\s(.+)?$ -- Highlight Text (Black Foreground)
  • ^.+Diff\:(.+)?$ -- Highlight Text (White on Red)
  • ^.+got\:\s(.+)?$ -- Highlight Text (White on Red)
  • ^.+actual\scollection\scontained\:.+$ -- Highlight Text (White on Red)
  • No\sroute\smatches\s\{.+\} -- Highlight Text (White on Red)
  • The\saction\s'(.+)'\scould\snot\sbe\sfound\sfor\s(\w+)Controller -- Highlight Text (White on Red)
  • Couldn't\sfind\s(.+)without\san\sID -- Highlight Text (White on Red)
  • Couldn't\sfind\s(.+)with\s\'(.+)\'=[\w\d]+ -- Highlight Text (White on Red)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment