mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-22 05:14:42 +01:00
make lcr faster
This commit is contained in:
parent
20daa94697
commit
4a97a34afc
|
@ -798,7 +798,7 @@ def lcr [
|
||||||
] {
|
] {
|
||||||
ls **/*
|
ls **/*
|
||||||
| where name ends-with $".($file_extension)"
|
| where name ends-with $".($file_extension)"
|
||||||
| each {|file|
|
| par-each {|file|
|
||||||
open $file.name
|
open $file.name
|
||||||
| lines --skip-empty
|
| lines --skip-empty
|
||||||
| length }
|
| length }
|
||||||
|
|
Loading…
Reference in a new issue