59
59

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ruby + ctags ~せっせとctagsで生成なんて間違ってたZの巻~

Last updated at Posted at 2013-03-07

gem用のtags生成にて、
こんなことをやっていた時期が僕にもありました。

ctags -R -a --sort=yes --exclude=*.js --exclude=*.h --exclude=log --exclude=*.yml --exclude=.git --langmap=RUBY:.rb ~/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1 -f ~/rubyTags

はい、ださいねー。
バージョンやGemfile変わったらいちいち実行しなきゃいけないねー。

いま?

:AlpacaTagsBundle

簡単ね。

59
59
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
59
59

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?