From 41665a5b2f8050e70acaf1e19730ed101e128764 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 27 Jun 2025 06:46:43 +0200 Subject: tweak(workstation): switch from tokei to scc tokei is pretty much unmaintained (a bug fix for a crash hasn't been merged in half a year[1]) and since there's other things that are bothering me (e.g. the format flag being named `-o` and `-o json` outputting the counts for every single file), I'm switching to scc, which is very actively maintained. [1]: https://github.com/XAMPPRocky/tokei/pull/1209 --- user/zsh/zshrc-workstation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/zsh/zshrc-workstation.sh') diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh index e027208..93ac430 100644 --- a/user/zsh/zshrc-workstation.sh +++ b/user/zsh/zshrc-workstation.sh @@ -3,7 +3,7 @@ ## Aliases alias code='codium' alias zed=zeditor -alias tokei='tokei -s code -n commas' +alias scc='scc --no-cocomo --no-size --no-gen --sort code' ## Environment variables export CARGO_HOME="$HOME/.local/share/cargo" -- cgit v1.2.3