SCD Commands Cheat Sheet

Here is a cli commands cheat sheet for SCD command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is SCD command?

Add some data here

        # To index recursively some paths for the very first run:
scd -ar ~/Documents/

# To change to a directory path matching "doc":
scd doc

# To change to a path matching all of "a", "b" and "c":
scd a b c

# To change to a directory path that ends with "ts":
scd "ts$"

# To show selection menu and ranking of 20 most likely directories:
scd -v

# To alias current directory as "xray":
scd --alias=xray

# To jump to a previously defined aliased directory:
scd xray
    

Check out the SCD command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list