diff options
| author | stuebinm | 2026-05-10 18:57:34 +0200 |
|---|---|---|
| committer | stuebinm | 2026-05-10 18:57:34 +0200 |
| commit | aee6906d892bb1c9262f54e8af65e84338b8e3c5 (patch) | |
| tree | 6b3b3782f85026d6bf9c5f38825b2cef45a99e38 | |
| parent | be15ada5592bafde14870295b84ab9e14f942000 (diff) | |
home/minimal: git alias for counting changes per file
Diffstat (limited to '')
| -rw-r--r-- | home/home-minimal.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/home-minimal.nix b/home/home-minimal.nix index 98ba513..32075d8 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -156,6 +156,7 @@ alias = { search = "!git log --format='tformat:%h %cs %s' --no-show-signature | fzf --multi --preview 'git show {+1}|bat -p -lpatch --color=always' | cut -f1 -d\" \" | wl-copy -n && wl-paste"; where = "!fish -c git-where"; + changes = "!git log --format=format: --name-only --since='1 year ago' | sort | uniq -c | sort -nr | head -20"; }; merge.mergiraf = { |
