cdx v0.1.0 - Initial release
First public release of cdx — the picker-wheel folder navigator by Noar.Company.
Highlights
- Wheel-picker navigation: arrow keys are everything you need
- Cross-platform single binary (Windows, Linux)
- 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
Download cdx.exe and drop it in a folder on your PATH. Then in PowerShell:
cdx init powershell | Out-String | Invoke-ExpressionAdd the same line to your $PROFILE to persist.
Linux
chmod +x cdx
sudo mv cdx /usr/local/bin/
echo 'eval "$(cdx init bash)"' >> ~/.bashrcSee the README for the full guide.
Tech
Built with Bun 1.3 + Ink 5 + React 18 + TypeScript strict.
19 unit tests, MIT licensed.