BoxLang 🚀 A New JVM Dynamic Language Learn More...
Navigate allows you to traverse previouslly viewed working directories, both backwards and forwards (much like a web browser).
Install navigate using commandbox:
CommandBox> install commandbox-navigate
historyMax (default: 25) - Set the maximum amount of retained history.
CommandBox> set modules.commandbox-navigate.historyMax = 25
CommandBox> navigate history
CommandBox> history
step (optional) - Number of steps to go back in history.
CommandBox> navigate back
CommandBox> navigate back 2
CommandBox> <-
CommandBox> back
step (optional) - Number of steps to go forward in history.
CommandBox> navigate forward
CommandBox> navigate forward 2
CommandBox> ->
CommandBox> fwd
CommandBox> navigate clear
$
box install commandbox-navigate