Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Subcommands

SubcommandWhat it does
mount SOURCE [MOUNTPOINT]Mount (omit mountpoint for auto temp dir + print path). Use --daemon to run in background.
statusList active daemon mounts (PID, source, mountpoint, uptime)
stop --pid <PID> / stop <MOUNTPOINT>Unmount a running daemon mount by PID or mountpoint
open SOURCEMount + open in file manager
cp SOURCE DESTMount, cp -a the filtered view to DEST, unmount
list SOURCEPreview the filtered view without mounting (flat listing, no summary)
exec SOURCE -- <command>Mount, run any command against the filtered view, unmount
tar SOURCE OUTPUTMount, create tarball of the filtered view, unmount (compression from suffix)
zip SOURCE OUTPUTMount, create .zip of the filtered view, unmount
complete [SHELL]Generate shell completion script (bash, zsh, fish, elvish, powershell). Use --install to auto-add the eval line to your shell rc file.

tar, zip, cp, mount, open, exec, and list accept the same common options (--hide-git, --ignore-file, etc.). complete does not need them.