9 releases

new 0.3.12 Jul 23, 2024
0.3.11 Apr 21, 2024
0.3.10 Nov 5, 2023
0.3.6 Jun 12, 2023
0.3.1 Jun 30, 2022

#211 in Command line utilities

Download history 7/week @ 2024-04-04 145/week @ 2024-04-18 15/week @ 2024-04-25 2/week @ 2024-05-02 3/week @ 2024-05-16 3/week @ 2024-05-23 76/week @ 2024-07-18

76 downloads per month

MIT license

22KB
460 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
  -V, --version          Print version

Using lines in this repo outputs:

 Language | Files | Lines
----------+-------+-------
 Rust     |     4 |   600
 Markdown |     1 |    47
 TOML     |     1 |    36
---------- ------- -------
 Total    |     6 |   683

License

lines is released with the MIT license. Please see the LICENSE file for more details.

Dependencies

~9–18MB
~260K SLoC