gtl link
Create local-search mirrors under the current folder .gtl directory, keep them out of Git, and keep them visible to local search. A repository URL is resolved or cloned, linked, and saved to the current folder's gittle.toml for future runs. With no folder argument, links are loaded from [link] tables in gittle.toml files under the current folder. Empty link values are resolved from repository URLs and cloned when missing.
Usage
bash
gtl link [folder-or-url] [flags]Examples
bash
gtl link
gtl link https://github.com/owner/repository
gtl link ../notes
gtl link /Users/name/private/project-notesFull Help
text
Create local-search mirrors under the current folder .gtl directory, keep them out of Git, and keep them visible to local search. A repository URL is resolved or cloned, linked, and saved to the current folder's gittle.toml for future runs. With no folder argument, links are loaded from [link] tables in gittle.toml files under the current folder. Empty link values are resolved from repository URLs and cloned when missing.
Usage:
gtl link [folder-or-url] [flags]
Examples:
gtl link
gtl link https://github.com/owner/repository
gtl link ../notes
gtl link /Users/name/private/project-notes
Flags:
-h, --help help for link