Skip to content

Releases: MnM72809/jcd

v1.0.4

Choose a tag to compare

@MnM72809 MnM72809 released this 02 Jul 21:48
  • Add support for navigating symlinks that point to directories
  • Update default score divisor from 3.0 to 2.0 meaning jcd will now accept more spelling mistakes / typos
  • Add support for filesystems that don't support d_type by falling back to stat (for example: XFS)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@MnM72809 MnM72809 released this 10 Jun 17:26
d683a6d
Arch Linux

Arch users can install from the AUR; package name is jcd-git

yay -S jcd-git
paru -S jcd-git # or using paru

Full Changelog: v1.0.1...v1.0.3

Initial release

Choose a tag to compare

@MnM72809 MnM72809 released this 09 Jun 18:21

Initial release

Supports:

  • spaces and slashes between multiple directories
  • - to go back to previous directory (passes directly through to builtin shell cd)
  • .. to go up one directory level
  • absolute paths (starting with /)

Features

Init: add eval "$(jcd init)" to your .zshrc or .bashrc (others may be supported but are not tested) to initialize the command
Help: jcd help prints a short help message