LinuxCommandLibrary

scd

TLDR

Change to bookmarked directory

$ scd [bookmark]
copy
Add bookmark
$ scd --add [name]
copy
List bookmarks
$ scd --list
copy
Remove bookmark
$ scd --remove [name]
copy
Search and jump
$ scd [partial-match]
copy

SYNOPSIS

scd [--add name] [--list] [--remove name] [bookmark]

DESCRIPTION

scd provides smart cd. It bookmarks and learns directories.
Fuzzy matching support. Partial names work.
Learns frequent directories. Auto-suggestions.
Bookmark system. Save important paths.
Shell integration. Replaces cd.

PARAMETERS

--add NAME

Add current as bookmark.
--list
Show all bookmarks.
--remove NAME
Delete bookmark.
-a
All matching dirs.
--help
Show help.

CAVEATS

Requires shell setup. History-based learning. Shell-specific config.

HISTORY

scd provides smart directory changing with bookmarks and learning capabilities, enhancing shell navigation.

SEE ALSO

cd(1), z(1), autojump(1), fasd(1)

Copied to clipboard