Skip to content

euans/commandbox-navigate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published