1e7e8ac75d
Add missing `tag` option for elements of `programs.pet.snippets`.
6 lines
133 B
TOML
6 lines
133 B
TOML
[[snippets]]
|
|
command = "git log -p -G <regex>"
|
|
description = "git: search full history for regex"
|
|
output = ""
|
|
tag = ["git", "regex"]
|