onyo history

Show the history of a directory or asset file. By default, to show the history in interactive mode, the command uses tig --follow asset | directory, and for the non-interactive mode it calls git --no-pager log --follow asset | directory. The default tools can be changed with 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: False