@react-grab/cli 0.1.44 → 0.1.45-dev.b85b9b1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/cli.cjs +181 -184
- package/dist/cli.js +181 -184
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
- package/skills/react-grab/SKILL.md +31 -10
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npx grab@latest init
|
|
|
24
24
|
| ---------------- | ----- | ---------------------------------------- |
|
|
25
25
|
| `--yes` | `-y` | Skip confirmation prompts |
|
|
26
26
|
| `--force` | `-f` | Force overwrite existing config |
|
|
27
|
-
| `--key <key>` | `-k` |
|
|
27
|
+
| `--key <key>` | `-k` | Shortcut (e.g. Meta+K, Space) |
|
|
28
28
|
| `--skip-install` | | Skip package installation |
|
|
29
29
|
| `--pkg <pkg>` | | Custom package URL |
|
|
30
30
|
| `--cwd <cwd>` | `-c` | Working directory (default: current dir) |
|
|
@@ -40,7 +40,7 @@ npx grab@latest configure
|
|
|
40
40
|
| Option | Alias | Description |
|
|
41
41
|
| ---------------------- | ----- | --------------------------------------------- |
|
|
42
42
|
| `--yes` | `-y` | Skip confirmation prompts |
|
|
43
|
-
| `--key <key>` | `-k` |
|
|
43
|
+
| `--key <key>` | `-k` | Shortcut (e.g. Meta+K, Ctrl+Shift+G) |
|
|
44
44
|
| `--mode <mode>` | `-m` | Activation mode (`toggle` or `hold`) |
|
|
45
45
|
| `--hold-duration <ms>` | | Key hold duration in ms (hold mode, max 2000) |
|
|
46
46
|
| `--allow-input <bool>` | | Allow activation inside input fields |
|
|
@@ -57,7 +57,7 @@ npx grab@latest init
|
|
|
57
57
|
# Non-interactive setup
|
|
58
58
|
npx grab@latest init -y
|
|
59
59
|
|
|
60
|
-
# Set a custom
|
|
60
|
+
# Set a custom shortcut
|
|
61
61
|
npx grab@latest init -k "Meta+K"
|
|
62
62
|
|
|
63
63
|
# Change activation mode to hold
|