You are browsing as a guest. Sign up (or log in) to start making projects!

jcd

  • 7 Devlogs
  • 10 Total hours

Faster cd that allows spelling mistakes. Uses damerau-levenshtein string distance algorithm to determine closest match. Supports changing multiple dirs at once (iterates through arguments or slashes). The project is available on the AUR as jcd-git. .rpm, .deb and .tar.gz are available in the github releases. Take a look in the README.md for a more detailed overview!

Open comments for this post

52m 34s logged

I added support for symlinks that point to directories and updated compatibility so jcd now works with filesystems that don’t support d_type (like XFS) by using c stat as a fallback

0
0
0
Ship #1

I made a cd alternative. The most challenging part was the memory management and all the segfaults. I'm proud that it is now a robust project with a lot of configuration options, and it's very easy to set up. To install it, you just have to put the binary in your PATH (or use the aur, .deb, .rpm or .tar.gz version) and add this to .zshrc or .bashrc: eval "$(jcd init)" (optionally with config options). More info in the README.md.

  • 6 devlogs
  • 9h
  • 13.37x multiplier
  • 116 Stardust
Try project → See source code →
Open comments for this post

53m 5s logged

Added a custom matching strictness config option for people who make a lot of typos, readme overhaul

0
0
8
Open comments for this post

1h 43m 43s logged

Added a custom alias and a custom back string so you can enter “,” for example to go one directory up instead of “..”

0
0
1
Open comments for this post

39m 44s logged

Add little functions like absolute paths, “-” to go to previous directory, a help message, …

0
0
0
Open comments for this post

49m 31s logged

Added backwards movement with “..”, fixed the init so you can just add ‘eval “$(jcd init)”’ to .zshrc or .bashrc

0
0
3

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…