Compare commits
2 commits
20daa94697
...
d1dee45d9c
Author | SHA1 | Date | |
---|---|---|---|
d1dee45d9c | |||
4a97a34afc |
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@
|
||||||
template = "https://docs.rs/{searchTerms}";
|
template = "https://docs.rs/{searchTerms}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
definedAliases = ["docd"];
|
definedAliases = ["doc"];
|
||||||
};
|
};
|
||||||
"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)"
|
||||||
| 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