wd <point> [path]

Warp to directories without using cd

Arguments

NameDescription
pointWarp point to the specified directory
pathAppended path

Subcommands

NameDescription
addAdds the current working directory to your warp points
rmRemoves the given warp point
showPrint path to given warp point
listPrint all stored warp points
lsShow files from given warp point (ls)
pathShow the path to given warp point (pwd)
cleanRemove points warping to nonexistent directories (will prompt unless --force is used)
helpShows help for wd

Options

NameDescription
-v, --versionPrint version
-d, --debugExit after execution with exit codes (for testing)
-c, --config <file>Specify config file (default ~/.warprc)
-q, --quietSuppress all output
-f, --forceAllows overwriting without warning (for add & clean)