Skip to content

Commit

Permalink
usr: cli: add scc-git
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Oct 17, 2024
1 parent 41db700 commit b0f30d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ in
cmake
capstone
scc
## https://stackoverflow.com/questions/40165650/how-to-list-all-files-tracked-by-git-excluding-submodules
(writeShellScriptBin "scc-git" "${scc}/bin/scc $(git grep --cached -l '')")
sloccount
flamegraph
## python
Expand Down

0 comments on commit b0f30d6

Please sign in to comment.