weskinner / symbol-gen

Generate tags file for a project in the atom text editor
MIT License
33 stars 17 forks source link

New feature: configurable tags file #33

Closed jjchico closed 8 years ago

jjchico commented 9 years ago

In Linux, tags are generated in ./tags file. An option to configure the output file would be nice. Adding the option to .ctags do not work:

-o .tags

will generate tags in "./.tags" if executed from the command line, but the plugin will still generate tags in "./tags".