leaf-markdown-viewer 1.26.2

Terminal Markdown previewer with a GUI-like experience
1
2
3
4
5
6
7
8
9
10
11
12
13
complete -c leaf -s h -l help -d "Show help message and exit"
complete -c leaf -s V -l version -d "Show version information and exit"
complete -c leaf -s w -l watch -d "Watch file for changes and reload"
complete -c leaf -l theme -x -a "arctic forest ocean-dark solarized-dark" -d "Set color theme preset"
complete -c leaf -s e -l editor -x -a "nano vim vi nvim micro hx emacs jed code codium subl gedit kate mousepad zed xjed notepad notepad++" -d "Set external editor"
complete -c leaf -l inline -x -a "ansi plain" -d "Render to stdout (no TUI)"
complete -c leaf -l width -x -d "Set maximum content width (min: 20)"
complete -c leaf -l picker -d "Open the file browser picker"
complete -c leaf -l config -x -a "reset" -d "Open or reset configuration file"
complete -c leaf -l update -d "Update leaf to the latest version"
complete -c leaf -l auto-complete -x -a "bash zsh fish powershell" -d "Install or dump shell completions"

complete -c leaf -F