Skip to content

Instantly share code, notes, and snippets.

@ssoper
Created January 24, 2018 17:31
Show Gist options
  • Save ssoper/a3753348df538e65cee070de66e25d55 to your computer and use it in GitHub Desktop.
Save ssoper/a3753348df538e65cee070de66e25d55 to your computer and use it in GitHub Desktop.
# use color, even if piping to a another program
--color
# sort files
--sort-files
# only search with case sensitivity if there is mixed case
--smart-case
# follow symlinks
--follow
# stop reading a file after NUM matches.
--max-count=100
# ignores - node
--ignore-dir=coverage
--ignore-dir=.nyc_output
--ignore-dir=node_modules
--ignore-dir=log
--ignore-dir=tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment