television 0.15.6

A very fast, portable and hackable fuzzy finder for the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[metadata]

name = "git-log"

description = "A channel to select from git log entries"

requirements = ["git"]



[source]

command = "git log --oneline --date=short --pretty=\"format:%h %s %an %cd\""

output = "{split: :0}"

no_sort = true

frecency = false



[preview]

command = "git show -p --stat --pretty=fuller --color=always '{0}'"