@firstpick/pi-extension-bang-command-autocomplete 0.1.7 → 0.1.9
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
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Autocomplete for `!<command>` in Pi.
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
Built-in suggestions for common shell commands appear as soon as you type `!`.
|
|
8
8
|
|
|
9
|
-

|
|
9
|
+

|
|
10
10
|
|
|
11
11
|
Learned full command lines and commands from the current session surface next to each other while you refine a bang.
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firstpick/pi-extension-bang-command-autocomplete",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Autocomplete for !<command> in Pi, with optional shell-history indexing.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"extension"
|
|
11
11
|
],
|
|
12
12
|
"pi": {
|
|
13
|
+
"image": "https://unpkg.com/@firstpick/pi-extension-bang-command-autocomplete/images/Common_commands_v0.1.4.png",
|
|
13
14
|
"extensions": [
|
|
14
15
|
"./index.ts"
|
|
15
16
|
]
|