Generate ctags files for your ruby project and your projects dependencies.
It will generate a .tags
file for the project files and a .gemtags
for the dependencies, based upon you Gemfile
Install it using
gem install ctags_ruby
The gem requires that you have
find
ctags
in your path.
Cd into your project and simply type
ctags_ruby
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Make a verbose command line option
- Let it take ctags arguments
- Let it take file mask arguments
Kristian Rasmussen
License: MIT