universal-ctags has the objective of continuing the development from what existed in the Sourceforge area. Github exuberant-ctags repository was started by Reza Jelveh and was later moved to the universal-ctags organization.
The goal of the project is preparing and maintaining common/unified working space where people interested in making ctags better can work together.
If you want to try the latest universal-ctags without building it yourself...
- Go to https://ci.appveyor.com/project/masatake/ctags
- Click the
compiler=msvc, ARCH=x64
(orcompiler=msvc, ARCH=x86
) build. - View the Artifacts tab and download
ctags.exe
. - Add the binary folder to your PATH.
- Click the
See Homebrew Tap for Universal Ctags
To build with Autotools, see docs/autotools.rst
for more information.
(To build on GNU/Linux, Autotools is your choice.)
To build on Windows, see docs/windows.rst
for more information.
To build on OSX, see docs/osx.rst
for more information.
You may be interested in how universal-ctags is different from exuberant-ctags. The critical and attractive changes are explained in docs/*.rst. The preformatted version is available on line, http://docs.ctags.io/.
Pull-requests are welcome!