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

This branch is 23 commits behind tmm1/ripper-tags:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

494fb2e Â· Apr 8, 2022
Dec 17, 2019
Sep 27, 2017
Apr 8, 2022
Mar 18, 2020
May 5, 2020
Sep 29, 2013
Dec 17, 2019
Dec 26, 2019
Jul 8, 2013
Aug 22, 2013
May 5, 2020
Nov 26, 2019

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%