Skip to content

nusgnaf/d2tags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

d2tags - converts DMD2's JSON output to Exuberant Ctags format.

usage:
% d2tags JSONFILE... > tags
% d2tags DIRECTORY... > tags

This should be fine for most cases:
% cd TOP_OF_YOUR_SOURCE_TREE
% d2tags . > tags

For DIRECTORY, JSON files are searched there and in its subdirectories
(recursively).  You can also intermix JSONFILEs and DIRECTORYs.

Relative filepaths in the JSON files are adjusted to be relative to the
current directory, so the tags file should be created there.

suggested Vim configuration:
set tags=./tags; tagrelative

About

d2tags - converts DMD2's JSON output to Exuberant Ctags format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 100.0%