Tags2cbi
Tags2cbi converts a Ctags file to an index file for Code Browser. It creates a structured text file with:
- Folders for directories, files and classes
- Links for tags
It can also create an index of all tags: each a tag is a folder containing a link for each definition of this tag.
![]() Browsing the python library |
![]() All implementations of the '*' operator in the Ruby library |
The advantages over foldup is that it doesn't modify source code (it doesn't fold source code) and it works with all languages supported by Ctags. The converter is not optimized yet but it should work fine with less than 100.000 tags.
Download
| Filename | Description |
|---|---|
| tags2cbi-0.1-win32.zip | Windows binaries without installer |
| tags2cbi-0.1-src.tar.gz | The source code for Linux (tar gz format) |
| tags2cbi-0.1-src.zip | The source code (zip format) |

