ctags
Generates an index (or tag) file of language objects found in source files for many popular programming languages.
=> More information.
- Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists:
ctags {path/to/file}
- Generate tags for all files in the current directory, and output them to a specific file, overwriting the file if it exists:
ctags -f {filename} *
- Generate tags for all files in the current directory and all subdirectories:
ctags --recurse
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/ctags.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.846569 milliseconds
- Gemini-to-HTML Time
- 0.189703 milliseconds
This content has been proxied by September (ba2dc).