wcount

Crates.iowcount
lib.rswcount
version0.1.0
sourcesrc
created_at2024-07-14 11:13:47.530595
updated_at2024-07-14 11:13:47.530595
descriptionCLI word counting tool.
homepage
repositoryhttps://github.com/Brogolem35/wcount
max_upload_size
id1302918
size42,797
(Brogolem35)

documentation

README

wcount

wcount is a CLI word counter that counts words from given files and outputs the results as CSV.

Building

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

License

wcount is licensed under the MIT license. Feel free to fork and use however you like.

Contributing

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.

Stuff left to do

  • Recursive directory travelsal (with --recursive flag)
  • Better error handling
  • Better performance
  • More and better tests
  • Better code documentation
Commit count: 0

cargo fmt