Skip to content

Instantly share code, notes, and snippets.

@mohnish
Last active October 8, 2015 20:44
Show Gist options
  • Select an option

  • Save mohnish/34581649b785a4c2134a to your computer and use it in GitHub Desktop.

Select an option

Save mohnish/34581649b785a4c2134a to your computer and use it in GitHub Desktop.
--recurse=yes
--tag-relative=yes
--exclude=*.git*
--exclude=*.pyc
--exclude=*.pyo
--exclude=.DS_Store
--exclude=*.md
--exclude=*.mkd
alias tags='ctags -R --exclude=.git --exclude=log --exclude=vendor'
brew tap universal-ctags/universal-ctags
brew install --HEAD universal-ctags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment