@devkitvault/recall 1.2.6 → 1.2.7
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @devkitvault/recall
|
|
2
2
|
|
|
3
|
-
**recall** is
|
|
3
|
+
**recall** is a CLI for the commands you keep losing. Ask in English; it prints a suggestion and does not run it. If you already saved that command, it can come from your vault.
|
|
4
4
|
|
|
5
5
|
Works with [recall.devkitvault.com](https://recall.devkitvault.com) and the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=devkitvault.recall-cmd).
|
|
6
6
|
|
|
@@ -41,9 +41,9 @@ recall playbook run deploy --dry-run
|
|
|
41
41
|
|
|
42
42
|
Ask prints a suggestion (`source` is `vault`, `cache`, or `recall agent` for a generated answer). Copy or save it yourself.
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Ask in the terminal
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
These GIFs print a command. None of them execute.
|
|
47
47
|
|
|
48
48
|
**`rec "start the project"`** (`source: project`)
|
|
49
49
|
|