Releases: Felipevieiraemp/cdx
Releases · Felipevieiraemp/cdx
Release list
cdx v0.1.1 - Platform-aware key labels
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.
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.