This comment has been minimized.
This comment has been minimized.
wikimatze
commented
Jul 16, 2013
Hi @wraothgar, thanks for your one liner addition. It worked for me as soon as I placed backticks arounf the bundle show --paths command in the terminal. ctags -R -f gems.tag `bundle show --paths` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
wraithgar commentedAug 15, 2012
Bundle show lists paths with the --paths parameter, so:
ctags -R -f gems.tags
bundle show --paths
There's your one liner