-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

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



-- Response ended

-- Page fetched on Tue May 21 01:42:07 2024