RbTags
Generate tags file for your ruby project and bundled gems, based on ctags.
Installation
Install it using
gem install rb_tags
Requirements
The gem requires that you have
in your path.
Usage
cd
into your project and simple type
rb_tags -h
NAME
rb_tags - Describe your application here
SYNOPSIS
rb_tags [global options] command [command options] [arguments...]
VERSION
0.0.5
GLOBAL OPTIONS
--help - Show this message
--version - Display the program version
COMMANDS
find - search for a tag
help - Shows a list of commands or help for one command
show - show esisting tags
tag - tags a given directory
RELEASE notes
-
v0.2.2: rollback to version 0.2.0, to use this, be sure you have no .tags
files in any gems, if not use v0.2.1 to replace old structure in tag files
-
v0.2.1: fixes introduced bug changes, and is an migration version between changes in yaml_tasks.rb
-
v0.2.0: changes in yaml_tasks.rb
; replacing combination of File.read/write and YAML.load/dump through YAML:Store
this introduced an incompatibility with existing tag files, causing in different structure
these version is yanked from rubygems.org
Contributing
- 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
Author
LeFnord
License
see License