Skip to content

Instantly share code, notes, and snippets.

@capripot
Created June 23, 2017 17:56
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 capripot/b2017837de5f2f1ba0de861d45c957cd to your computer and use it in GitHub Desktop.
Save capripot/b2017837de5f2f1ba0de861d45c957cd to your computer and use it in GitHub Desktop.
#!/usr/local/var/rbenv/shims/ruby
require 'bundler'
paths = Bundler.load.specs.map(&:full_gem_path)
system("ctags -R -f .gemtags #{paths.join(' ')}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment