Skip to content

Instantly share code, notes, and snippets.

@bonyiii
Last active July 26, 2016 19:51
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 bonyiii/fa5e57d7fefc88f5fbe32ce1d114c214 to your computer and use it in GitHub Desktop.
Save bonyiii/fa5e57d7fefc88f5fbe32ce1d114c214 to your computer and use it in GitHub Desktop.
#!/bin/sh
#ctags --tag-relative -e --exclude=.git --exclude=node_modules --exclude=storage --exclude=tmp -Rf
ctags --tag-relative -e -Rf TAGS --exclude=.git --exclude=node_modules --exclude=storage --exclude=tmp . $(bundle list --paths)
# https://github.com/syl20bnr/spacemacs/issues/2275
sed -ri '/^.{1000}/d' TAGS
#https://github.com/mmorearty/elixir-ctags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment