gtl search
Run the managed fff file finder and pipe the result through fzf for interactive selection. Files under linked .gtl folders are included. Pressing Enter copies the selected file path to the clipboard. Use --open to launch $EDITOR on the selection, or --print to write the path to stdout.
Aliases
s
Usage
bash
gtl search [query] [flags]Examples
bash
gtl search
gtl s config
gtl search --open
gtl search --printFull Help
text
Run the managed fff file finder and pipe the result through fzf for interactive selection. Files under linked .gtl folders are included. Pressing Enter copies the selected file path to the clipboard. Use --open to launch $EDITOR on the selection, or --print to write the path to stdout.
Usage:
gtl search [query] [flags]
Aliases:
search, s
Examples:
gtl search
gtl s config
gtl search --open
gtl search --print
Flags:
-h, --help help for search
-o, --open Open the selected file in $EDITOR instead of copying its path
-p, --print Print the selected file path to stdout instead of copying it to the clipboard