stianhoiland

stianhoiland / cd

Public

atuin, autojump, bookmarks, CDPATH, McFly, z, zoxide... Let's settle this once and for all.

19
0
100% credibility
Found Apr 26, 2026 at 19 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
AI Summary

A simple set of instructions to track recently visited folders and jump to them quickly using a fuzzy picker in your terminal.

How It Works

1
💡 Discover the folder jumper

You learn about a tiny trick that lets you instantly jump back to any folder you've visited before, without typing long paths.

2
📋 Grab the simple instructions

You copy just a few lines of easy code that make the magic happen.

3
✏️ Add to your settings

You paste those lines into your computer's personal navigation setup and save it.

4
🔄 Refresh your screen

You close and reopen your command window to turn it on.

5
🪄 Jump with one command

You type a quick shortcut, see a colorful list of recent folders, pick one, and you're there instantly!

🚀 Effortless folder hopping

From now on, switching folders feels lightning fast and saves you hours of typing.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 19 to 19 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is cd?

This is a dead-simple POSIX shell script that supercharges your `cd` command for directory navigation. It logs every `cd` to a history file, then lets you jump via `c` to recent paths using your favorite fuzzy picker like fzf—skipping the current dir and duplicates. Ditch bloated alternatives like atuin, autojump, zoxide, or McFly; it's pure shell, no installs, just source and go.

Why is it gaining traction?

It stands out by slashing complexity to a few lines versus hundreds in Rust or Go for tools like zoxide or atuin—bulletproof, zero deps, and POSIX portable. Developers hook on the instant setup: override `cd` and `c`, add optional colors, and your shell remembers dirs forever. No plugins, no managers; it mocks overengineered github cd pipelines or cd github actions setups with raw shell power.

Who should use this?

CLI warriors grinding terminals daily, like backend devs hopping repos or ops folks cd-ing through servers. Perfect for dotfile tinkerers ditching z or autojump, or anyone fuzzy-finding paths in large projects—think cd $github_workspace in workflows, not cd player distractions or cd projekt red sidequests. Skip if you need GUI like github atuin desktop.

Verdict

Grab it if you hate bloat—works out of the box, transforms shell life. Low 19 stars and 1.0% credibility score scream early days with just a README script, no tests, but that's the point: mature enough for daily use, fork and pin it.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.