Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

root

Print the root directory path where repositories are stored.

Usage

jetti root

Examples

# Print the root
jetti root
# /Users/taylor/dev

# Use in scripts
cd $(jetti root)

# Override for a single command
jetti root --root /tmp/repos
# /tmp/repos

Default

The default root is ~/dev. This can be changed in the configuration.