readtags
build tag file indexes of source code definitions
Install
- All systems
-
curl cmd.cat/readtags.sh
- Debian
-
apt-get install universal-ctags
- Ubuntu
-
apt-get install universal-ctags
- Alpine
-
apk add ctags
- Arch Linux
-
pacman -S ctags
- Kali Linux
-
apt-get install universal-ctags
- CentOS
-
yum install ctags
- Fedora
-
dnf install ctags
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install universal-ctags
- OS X
-
brew install ctags
- Dockerfile
- dockerfile.run/readtags
- Docker
-
docker run cmd.cat/readtags readtags
powered by Commando
universal-ctags
build tag file indexes of source code definitions
ctags parses source code and produces a sort of index mapping the names of significant entities (e.g. functions, classes, variables) to the location where that entity is defined. This index is used by editors like vi and emacsen to allow moving to the definition of a user-specified entity. Universal Ctags is a fork of Exuberant Ctags that adds additional features as well as support for more languages.