@rivolink/leaf-linux-x64 1.21.1 → 1.22.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 +11 -0
  2. package/leaf +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -135,6 +135,16 @@ find . -name '*.md' | fzf --preview 'leaf --inline ansi {}'
135
135
  find . -name '*.md' | fzf --preview 'leaf --inline ansi:$FZF_PREVIEW_COLUMNS {}'
136
136
  ```
137
137
 
138
+ ## Shell Completions
139
+
140
+ Enable Tab completion for all arguments:
141
+
142
+ ```bash
143
+ leaf --auto-complete
144
+ ```
145
+
146
+ Supports bash, zsh, fish, and PowerShell. Restart your shell to activate.
147
+
138
148
  ## Configuration
139
149
 
140
150
  Set default values for theme, editor, and watch mode via `config.toml`:
@@ -237,6 +247,7 @@ See [`gruvbox.toml`](gruvbox.toml) for a complete example with all available col
237
247
  - **LaTeX support** — Inline, block, and `latex` / `tex` code blocks rendered as formulas.
238
248
  - **Navigation** — TOC sidebar, active section tracking, heading jumps, and search.
239
249
  - **Terminal UX** — Theme picker, help popup, file path popup, mouse and keyboard support.
250
+ - **Shell completions** — Tab completion for bash, zsh, fish, and PowerShell via `leaf --auto-complete`.
240
251
  - **CLI friendly** — stdin support and `leaf --update` with SHA256 verification.
241
252
 
242
253
  ## Typical AI Workflow
package/leaf CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivolink/leaf-linux-x64",
3
- "version": "1.21.1",
3
+ "version": "1.22.0",
4
4
  "description": "leaf binary for linux x64",
5
5
  "os": [
6
6
  "linux"