Polish release with platform-aware key labels.
What's new
- Footer label: shows
Ctrl+Non Windows/Linux and⌃Non macOS (Apple HIG convention) — easier to read than the previous caret notation. The actual binding remains Ctrl+N everywhere; Cmd+N on macOS is intercepted by terminal apps before reaching the TUI.
Includes everything from v0.1.0
- Wheel-picker navigation across drives, folders, and preview panes
- Cross-platform single binary
- Fuzzy search with gold highlight
- Frecency ranking (zoxide-style)
- Live preview pane
Ctrl+Nto create folders inline- Animated warm-gradient wordmark
- bash, zsh, fish, PowerShell wrappers
Install
Windows
# drop cdx.exe into a folder on your PATH, then
cdx init powershell | Out-String | Invoke-ExpressionLinux
chmod +x cdx
sudo mv cdx /usr/local/bin/
echo 'eval "$(cdx init bash)"' >> ~/.bashrcSee the README for the full guide.