Skip to content

cdx v0.1.0 - Initial release

Choose a tag to compare

@Felipevieiraemp Felipevieiraemp released this 02 May 13:32
· 1 commit to main since this 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+N to 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-Expression

Add the same line to your $PROFILE to persist.

Linux

chmod +x cdx
sudo mv cdx /usr/local/bin/
echo 'eval "$(cdx init bash)"' >> ~/.bashrc

See the README for the full guide.

Tech

Built with Bun 1.3 + Ink 5 + React 18 + TypeScript strict.
19 unit tests, MIT licensed.