Compare commits
No commits in common. "d1dee45d9c127558151482d975bf27cfe117cda1" and "20daa946979c6d9699ec37d1b81213ca465ceffb" have entirely different histories.
d1dee45d9c
...
20daa94697
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@
|
||||||
template = "https://docs.rs/{searchTerms}";
|
template = "https://docs.rs/{searchTerms}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
definedAliases = ["doc"];
|
definedAliases = ["docd"];
|
||||||
};
|
};
|
||||||
"rust std docs" = {
|
"rust std docs" = {
|
||||||
urls = [
|
urls = [
|
||||||
|
|
|
@ -798,7 +798,7 @@ def lcr [
|
||||||
] {
|
] {
|
||||||
ls **/*
|
ls **/*
|
||||||
| where name ends-with $".($file_extension)"
|
| where name ends-with $".($file_extension)"
|
||||||
| par-each {|file|
|
| each {|file|
|
||||||
open $file.name
|
open $file.name
|
||||||
| lines --skip-empty
|
| lines --skip-empty
|
||||||
| length }
|
| length }
|
||||||
|
|
Loading…
Reference in a new issue