ct
is a command line utility that quickly moves the current working directory from /a/foo/b/c/d
to /a/bar/b/c/d
.
In principle, it is a shorthand for the operation cd ${PWD/foo/bar}
which just replaces foo with bar in the current working path, but adds a few features such as autocompletion that are absolutely essential for a command line utility.
-
Notifications
You must be signed in to change notification settings - Fork 0
A shorthand for cd ${PWD/foo/bar}
License
vvolkl/change-directory-tree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A shorthand for cd ${PWD/foo/bar}
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published