File Picker

Fuzzy Finder

Press Ctrl+P to open the fuzzy finder. Type to filter Markdown files by name:

leaf        # Opens fuzzy finder directly

The fuzzy finder scans the current directory recursively for .md files and ranks matches by relevance.

Directory Scoping

Pass a directory as argument to scope the picker to that location:

leaf ./docs/
leaf --picker ./docs/

Directory Browser

Press Shift+P or use the --picker flag:

leaf --picker
leaf --picker ./docs/

Navigate directories with arrow keys and select files with Enter.