DIRT is a simple directory stack utility that lets the user use the same directory stack across terminals and sessions. The stack of directories is stored in a file (.dirtpile) in your home directory. All shell sessions access the same file, and thus, all of them use the same stack. DIRT supports jumping to specific entries, push, pop, swap the CWD with the top of the stack, and jump to the top of the stack. A set of CSH shell aliases are also included, and required for proper functioning.
| Tags | Utilities Shells |
|---|---|
| Licenses | Freeware |
| Operating Systems | OS Independent |
| Implementation | Perl |
Recent releases


Changes: In this release, all support files have been moved into a .dirt subdirectory, to keep your home directory from getting messy. A "migrate" feature has also been added to automatically bring old directory stacks over to the new format and layout.


Changes: The ability to change directory stacks via the "list" control was added.


Changes: The database file is now set to the user's home directory rather than an explicit path, and sample aliases for borne shell are included.


Changes: Initial version.