@rivolink/leaf-darwin-x64 1.10.2 → 1.11.0

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 (3) hide show
  1. package/README.md +4 -2
  2. package/leaf +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -128,7 +128,9 @@ cat TESTING.md | leaf
128
128
  | `t` | Toggle TOC sidebar |
129
129
  | `Shift+T` | Open theme picker |
130
130
  | `Shift+E` | Open editor picker |
131
+ | `Shift+P` | Open file browser |
131
132
  | `Ctrl+E` | Open in editor |
133
+ | `Ctrl+P` | Open fuzzy picker |
132
134
  | `Ctrl+F` / `/` | Find |
133
135
  | `n` / `N` | Next / prev match |
134
136
  | `?` | Show help popup |
@@ -148,8 +150,8 @@ cat TESTING.md | leaf
148
150
  - ✅ YAML frontmatter is ignored in both preview and TOC
149
151
  - ✅ Native stdin input with bounded size
150
152
  - ✅ `leaf --update` to fetch, verify via published SHA256, and install the latest release on supported platforms
151
- - ✅ Fuzzy Markdown picker when launched without a file
152
- - ✅ Classic directory browser picker with `leaf --picker`
153
+ - ✅ Fuzzy Markdown picker when launched without a file, or anytime with `Ctrl+P`
154
+ - ✅ Classic directory browser picker with `leaf --picker`, or anytime with `Shift+P`
153
155
  - ✅ Theme picker with runtime preview
154
156
  - ✅ Help modal with in-app shortcuts
155
157
 
package/leaf CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivolink/leaf-darwin-x64",
3
- "version": "1.10.2",
3
+ "version": "1.11.0",
4
4
  "description": "leaf binary for darwin x64",
5
5
  "os": [
6
6
  "darwin"