Skip to content

fast, accurate ctags generator for ruby source code using Ripper

License

Notifications You must be signed in to change notification settings

adigi-ai/ripper-tags

 
 

Repository files navigation

ripper-tags

fast, accurate ctags generator for ruby source code using Ripper

usage (command-line)

Typical usage:

ripper-tags -R --exclude=vendor

This parses all *.rb files in the current project, excluding ones in vendor/ directory, and saves tags in Vim format to a file named ./tags.

To see all available options:

ripper-tags --help

usage (api)

require 'ripper-tags/parser'
tags = RipperTags::Parser.extract("def abc() end", "mycode.rb")

About

fast, accurate ctags generator for ruby source code using Ripper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.3%
  • Shell 0.7%