push_directory
Save the current directory onto a stack and switch to a new directory, enabling quick return to previous locations.
Instructions
Pushes the current directory onto a stack and changes to a new directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directoryPath | Yes | Path to the directory to set as active. Supports absolute paths, paths relative to the current active directory, and ~ for home directory. |