euans / commandbox-navigate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigate for CommandBox

Navigate allows you to traverse previouslly viewed working directories, both backwards and forwards (much like a web browser).

Installation:

Install navigate using commandbox:

CommandBox> install commandbox-navigate

Options:

historyMax (default: 25) - Set the maximum amount of retained history.

CommandBox> set modules.commandbox-navigate.historyMax = 25

Navigate History - list existing history

CommandBox> navigate history
CommandBox> history

Navigate Back (<-) - set the working directory to one previously viewed

step (optional) - Number of steps to go back in history.

CommandBox> navigate back
CommandBox> navigate back 2
CommandBox> <-
CommandBox> back

Navigate Forward (->) - set the working directory to one previously viewed

step (optional) - Number of steps to go forward in history.

CommandBox> navigate forward
CommandBox> navigate forward 2
CommandBox> ->
CommandBox> fwd

Navigate Clear - delete all history

CommandBox> navigate clear

About

License:MIT License


Languages

Language:ColdFusion 100.0%