@firstpick/pi-extension-bang-command-autocomplete 0.1.8 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Autocomplete for `!<command>` in Pi.
4
4
 
5
- ![Bang command autocomplete with common commands](images/Common_commands_v0.1.4.png)
5
+ ![Bang command autocomplete with common commands](https://unpkg.com/@firstpick/pi-extension-bang-command-autocomplete/images/Common_commands_v0.1.4.png)
6
6
 
7
7
  Built-in suggestions for common shell commands appear as soon as you type `!`.
8
8
 
9
- ![Learned full-line and current-session suggestions](images/Learned_Lines_v0.1.4.png)
9
+ ![Learned full-line and current-session suggestions](https://unpkg.com/@firstpick/pi-extension-bang-command-autocomplete/images/Learned_Lines_v0.1.4.png)
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firstpick/pi-extension-bang-command-autocomplete",
3
- "version": "0.1.8",
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
  ]