You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-t, --temp`| Use system temporary directory for output file. |
101
-
|`-g, --glob <pattern>`| Include/exclude files and directories using glob patterns. Can be used multiple times. Prefix with '!' to exclude (e.g., `--glob="*.{ts,tsx}" --glob="\!*.spec.ts"`). |
|`-S, --skip-redaction`| Skip automatic secret redaction via gitleaks (Default: false). WARNING: Disabling this may expose sensitive information! |
104
-
|`--deps`| Automatically include direct dependencies for selected files (Go, JS/TS). |
105
-
|`--max-depth <depth>`| Maximum depth for dependency resolution (`-1` for unlimited, default: `1`). Only effective with `--deps`. |
106
-
|`--max-file-size <size>`| Maximum file size to include (e.g., `"100kb"`, `"2MB"`). No limit by default. Files exceeding the specified size will be skipped. |
107
-
|`--theme <name>`| Set the UI theme. Available: catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha, dracula, nord. (default: `"catppuccin-mocha"`).|
|`-t, --temp`| Use system temporary directory for output file. |
100
+
|`-g, --glob <pattern>`| Include/exclude files and directories using glob patterns. Can be used multiple times. Prefix with '!' to exclude (e.g., `--glob="*.{ts,tsx}" --glob="\!*.spec.ts"`). |
|`-S, --skip-redaction`| Skip automatic secret redaction via gitleaks (Default: false). WARNING: Disabling this may expose sensitive information! |
103
+
|`--deps`| Automatically include direct dependencies for selected files (Go, JS/TS). |
104
+
|`--max-depth <depth>`| Maximum depth for dependency resolution (`-1` for unlimited, default: `1`). Only effective with `--deps`. |
105
+
|`--max-file-size <size>`| Maximum file size to include (e.g., `"100kb"`, `"2MB"`). No limit by default. Files exceeding the specified size will be skipped. |
106
+
|`--theme <name>`| Set the UI theme. Available: catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha, rose-pine, rose-pine-dawn, rose-pine-moon, dracula, nord. (default: `"catppuccin-mocha"`). |
108
107
109
108
### 📖 Examples
110
109
@@ -234,6 +233,7 @@ CodeGrab comes with several built-in themes:
0 commit comments