guard-ctags-bundler icon indicating copy to clipboard operation
guard-ctags-bundler copied to clipboard

Guard gem for generating ctags for project files and gems from project's bundle.

Results 5 guard-ctags-bundler issues
Sort by recently updated
recently updated
newest added

Just to prevent the holding up of Guard from running other guards; it'd be dope if this didn't use `system` but used `Kernel.spawn` instead.

Some tag generators, like hasktags for haskell, don't support the --exclude option. I moved the `--exclude` option passed to ctags into the default options so that it can be reset...

We have both emacs and vim users in our team. It would be nice to enable us to have `guard-ctags-bundler` set up in the `Guardfile` in such a way that...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

If tags file is corrupted, `ctags` refuse to overwrite it. Need to remove all tags files before generating.