9 个版本

0.3.12 2024年7月23日
0.3.11 2024年4月21日
0.3.10 2023年11月5日
0.3.6 2023年6月12日
0.3.1 2022年6月30日

#483命令行工具

Download history • Rust 包仓库 8/week @ 2024-04-27 • Rust 包仓库 1/week @ 2024-05-04 • Rust 包仓库 5/week @ 2024-05-18 • Rust 包仓库 1/week @ 2024-05-25 • Rust 包仓库 122/week @ 2024-07-20 • Rust 包仓库 14/week @ 2024-07-27 • Rust 包仓库

每月136次下载

MIT 协议

22KB
460 代码行

代码

快速统计代码行数。

安装

使用 cargo

cargo install lines-cli

用法

❯ 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

在此仓库中使用 lines 输出

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

许可证

lines 以 MIT 许可证发布。请参阅 LICENSE 文件以获取更多详细信息。

依赖项

~9–18MB
~260K SLoC