pickem 1.0.1 → 1.0.2

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  ![npm version](https://img.shields.io/npm/v/pickem) ![node](https://img.shields.io/node/v/pickem) ![license](https://img.shields.io/npm/l/pickem)
6
6
 
7
+ ![pickem demo — searchable, usage-sorted CLI picker](https://raw.githubusercontent.com/calebogden/pickem-assets/main/pickem-demo.gif)
8
+
7
9
  - **Search as you type** — filter on labels, descriptions, or any field you name
8
10
  - **Usage-aware ordering** — frequently chosen items sort to the top automatically
9
11
  - **Single- and multi-select** — with optional free-text entry for ad-hoc values
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pickem",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Usage-sorted searchable autocomplete for CLI tools",
5
5
  "type": "module",
6
6
  "main": "./index.js",