Skip to content

Instantly share code, notes, and snippets.

@bernardo-cs
Created February 21, 2016 12:45
Show Gist options
  • Save bernardo-cs/71d7b5bf503619f466ac to your computer and use it in GitHub Desktop.
Save bernardo-cs/71d7b5bf503619f466ac to your computer and use it in GitHub Desktop.
TAGS_TMP_FOLDER="/tmp/tmp_tags"
coffeetags -R -f $TAGS_TMP_FOLDER
ctags -R --languages=ruby --exclude=.git --exclude=log -a -f $TAGS_TMP_FOLDER . $(bundle list --paths)
mv $TAGS_TMP_FOLDER tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment