SaaSHub helps you find the best software and product alternatives Learn more →
Ccd Alternatives
Similar projects and alternatives to ccd
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
-
-
autojump
A cd command that learns - easily navigate directories from the command line
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ccd reviews and mentions
-
Show HN: Tere – A Faster Alternative to CD+ls
Similar idea for Windows:
https://github.com/seligman/ccd
ccd is more concerned with an edge-first search, and since it's Windows, actually changing the directory involves a thread insertion in the cmd process to do the work ... which somehow works.
-
You can't copy code with memcpy; code is more complicated than that
I wrote a "cd" replacement for cmd[1] a _long_ time ago (I only recently uploaded it to Github).
It uses exactly this technique to run a thread in cmd's process to actually change the directory. It's kept working from XP on up to Windows 11 now. I am always amazed it works, I fully expect it to go boom some day, probably with an error along the lines of "Don't do that, please".
[1] https://github.com/seligman/ccd/blob/master/RemoteThread.cpp...
-
Jmp: you'll never want to cd into a directory again
It's not Python, but I created Cursorial CD (ccd) a while ago to do this same basic idea on Windows.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa32728d8>
www.saashub.com | 29 Nov 2023
Stats
The primary programming language of ccd is C++.