Highlights
- Pro
Pinned Loading
-
homebrew
homebrew PublicForked from Homebrew/legacy-homebrew
The missing package manager for OS X.
Ruby
-
homeshick
homeshick PublicForked from andsens/homeshick
git dotfile synchronizer written in bash
Shell
-
oh-my-zsh
oh-my-zsh PublicForked from ohmyzsh/ohmyzsh
A community-driven framework for managing your zsh configuration. Includes 120+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 120 themes to spice up your morni…
Shell
-
Get Your Vim On
Get Your Vim On 1<!-- GistID: 3405881 -->
2# Get Your Vim On
3### Rod Knowlton (@codelahoma)
4### Tulsa Web Devs - 8/20/2012
5### Last Updated: - 10/11/2013
-
Highlight TODO and FIXME as warnings...
Highlight TODO and FIXME as warnings in Xcode 8 (add as script build phase) 1TAGS="TODO:|FIXME:"
2SKIPDIRS="/Carthage"
3find "${SRCROOT}/" -type f \( -name "*.h" -or -name "*.m" -or -name "*.swift" \) -print0 \
4| xargs -0 egrep --with-filename --line-number --only-matching "($TAGS).*\$" \
5| grep -v "$SKIPDIRS" \
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.