git-reflog.toml
1 [metadata] 2 name = "git-reflog" 3 description = "A channel to select from git reflog entries" 4 requirements = ["git"] 5 6 [source] 7 command = "git reflog --decorate --color=always" 8 output = "{0|strip_ansi}" 9 ansi = true 10 11 [preview] 12 command = "git show -p --stat --pretty=fuller --color=always '{0|strip_ansi}'"