# ctags **Repository Path**: andaly/ctags ## Basic Information - **Project Name**: ctags - **Description**: A maintained ctags implementation - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/universal-ctags/ctags.svg?branch=master)](https://travis-ci.org/universal-ctags/ctags) [![Coverity Scan Build Status](https://scan.coverity.com/projects/4355/badge.svg)](https://scan.coverity.com/projects/4355) [![Coverage Status](https://coveralls.io/repos/universal-ctags/ctags/badge.svg?branch=master&service=github)](https://coveralls.io/github/universal-ctags/ctags?branch=master) [![Build status](https://ci.appveyor.com/api/projects/status/6hk2p5lv6jsrd9o7/branch/master?svg=true)](https://ci.appveyor.com/project/universalctags/ctags/branch/master) [![RTD build status](https://readthedocs.org/projects/ctags/badge)](http://docs.ctags.io) [![CircleCI Build Status](https://circleci.com/gh/universal-ctags/ctags.svg?style=shield&circle-token=2e582261da84ebc6d21725b05381f410bc5de29d)](https://circleci.com/gh/universal-ctags) 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. ## The latest build and package ## If you want to try the latest universal-ctags without building it yourself... ### Windows Daily builds are available at the [ctags-win32](https://github.com/universal-ctags/ctags-win32) project. Go to the [releases](https://github.com/universal-ctags/ctags-win32/releases) page to download zip packages. ### Mac See [Homebrew Tap for Universal Ctags](https://github.com/universal-ctags/homebrew-universal-ctags) ### Docker Go to [ctags-docker](https://github.com/universal-ctags/ctags-docker) and follow instructions to download the `uctags` script. Docker will automatically fetch the image from Docker Hub. ## How to build and install ## 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. ## Manual ## Man page (ctags.1) is generated only in Autotools based building process. In addition rst2man command is needed. rst2man is part of the python-docutils package on Ubuntu. ## Difference ## 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/. The most significant one is that Universal-ctags doesn't load `~/.ctags` and `./.ctags` at starting up time. Instead, it loads `~/.ctags.d/*.ctags` and `./.ctags.d/*.ctags`. See the above web site and man pages (man/ctags.1.rst.in and man/ctags-incompatibilities.7.in in the source tree). Pull-requests are welcome!