Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
/ d2tags Public archive

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

Notifications You must be signed in to change notification settings

Dubhead/d2tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

 
 
 

Languages