5 releases
0.3.4 | Dec 21, 2022 |
---|---|
0.3.3 | Jul 19, 2022 |
0.3.2 | Jul 11, 2022 |
0.3.1 | Jun 30, 2022 |
0.3.0 | Jun 30, 2022 |
#415 in Command line utilities
23 downloads per month
21KB
466 lines
lines
Counts lines of code, fast.
Installation
Using cargo
:
cargo install lines-cli
Usage
$ lines -h
Counts lines of code, fast.
Usage: lines [OPTIONS] [PATH]
Arguments:
[PATH] Directory or file to scan [default: .]
Options:
-o, --output <FORMAT> Output format ("table" or "json") [default: table]
-t, --timing Show timing information
-h, --help Print help information
-V, --version Print version information
Using lines
in this repo outputs:
Language | Files | Lines
----------+-------+-------
Rust | 4 | 608
Markdown | 1 | 47
TOML | 1 | 36
---------- ------- -------
Total | 6 | 691
License
lines is released with the MIT license. Please see the LICENSE file for more details.
Dependencies
~9.5MB
~213K SLoC