Skip to content

Instantly share code, notes, and snippets.

@modille
Last active August 10, 2016 21:25
Show Gist options
  • Save modille/e00e1d1dba86c4aefd869d0d56b6919b to your computer and use it in GitHub Desktop.
Save modille/e00e1d1dba86c4aefd869d0d56b6919b to your computer and use it in GitHub Desktop.
Generate ctags for ChefDK Ruby
ctags -R --languages=ruby --exclude=.git \
/opt/chefdk/embedded/lib/ruby/2.1.0 \
/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/* \
~/.chefdk/gem/ruby/2.1.0/gems/* \
.
@modille
Copy link
Author

modille commented Aug 10, 2016

Helpful to have https://www.gitignore.io/api/tags in your ~/.gitignore, too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment