Crates.io | wcount |
lib.rs | wcount |
version | 0.2.0 |
created_at | 2024-07-14 11:13:47.530595+00 |
updated_at | 2025-05-31 08:07:36.844504+00 |
description | CLI word counting tool. |
homepage | |
repository | https://github.com/Brogolem35/wcount |
max_upload_size | |
id | 1302918 |
size | 61,185 |
wcount is a CLI word counter that counts words from given files and outputs the results as CSV.
wcount is written in Rust and you will need a Rust installation to build it.
$ git clone https://github.com/Brogolem35/wcount
$ cd wcount
$ cargo build --release
$ ./target/release/wcount --version
wcount is free software licensed under GPL-2.0-or-later license.
Feel free to open issues and pull requests. If you want to help with what I am currently working on, take a look at the Stuff left to do section.
--recursive
flag)