Skip to content

Releases: Felipevieiraemp/cdx

cdx v0.1.1 - Platform-aware key labels

Choose a tag to compare

@Felipevieiraemp Felipevieiraemp released this 02 May 13:40

Polish release with platform-aware key labels.

What's new

  • Footer label: shows Ctrl+N on Windows/Linux and ⌃N on 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+N to 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-Expression

Linux

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

See the README for the full guide.

cdx v0.1.0 - Initial release

Choose a tag to compare

@Felipevieiraemp Felipevieiraemp released this 02 May 13:32

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.