@rivolink/leaf-darwin-arm64 1.10.2 → 1.11.1
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 +5 -2
- package/leaf +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,9 +126,12 @@ cat TESTING.md | leaf
|
|
|
126
126
|
| `g` / Home | Top |
|
|
127
127
|
| `G` / End | Bottom |
|
|
128
128
|
| `t` | Toggle TOC sidebar |
|
|
129
|
+
| `Shift+Sel` | Select text |
|
|
129
130
|
| `Shift+T` | Open theme picker |
|
|
130
131
|
| `Shift+E` | Open editor picker |
|
|
132
|
+
| `Shift+P` | Open file browser |
|
|
131
133
|
| `Ctrl+E` | Open in editor |
|
|
134
|
+
| `Ctrl+P` | Open fuzzy picker |
|
|
132
135
|
| `Ctrl+F` / `/` | Find |
|
|
133
136
|
| `n` / `N` | Next / prev match |
|
|
134
137
|
| `?` | Show help popup |
|
|
@@ -148,8 +151,8 @@ cat TESTING.md | leaf
|
|
|
148
151
|
- ✅ YAML frontmatter is ignored in both preview and TOC
|
|
149
152
|
- ✅ Native stdin input with bounded size
|
|
150
153
|
- ✅ `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`
|
|
154
|
+
- ✅ Fuzzy Markdown picker when launched without a file, or anytime with `Ctrl+P`
|
|
155
|
+
- ✅ Classic directory browser picker with `leaf --picker`, or anytime with `Shift+P`
|
|
153
156
|
- ✅ Theme picker with runtime preview
|
|
154
157
|
- ✅ Help modal with in-app shortcuts
|
|
155
158
|
|
package/leaf
CHANGED
|
Binary file
|