DEV Community

Discussion on: 9 Steps to Get 100 Stars on GitHub

Collapse
 
siddharthshyniben profile image
Siddharth

There's fcd which I recently made.

I also wrote a post on it. It contains an explanation of what it does and how it does it.

Excerpt:

Ever had to type out a long cd ~/Sites/Projects/project, find out the path is wrong, rewrite it to cd ~/Sites/Sandbox/project? You just wasted a minute or two. This inspired me to create a tool: fcd.

fcd is a utility which helps you cd faster on macOS.

You can directly use it in place of cd like so:

  $ fcd some/path/here