onyo history

Display the history of an asset or directory.

Onyo detects whether an interactive TTY is in use, and will launch either an interactive display (default tig) or a non-interactive one (default git log) accordingly.

The commands to display history are configurable using onyo config.

usage: onyo history [-h] [-I] [PATH]

Positional Arguments

PATH

asset or directory to show the history of

Named Arguments

-I, --non-interactive

print the git log instead of opening an interactive tig session

Default: True