tc

Crates.iotc
lib.rstc
version1.1.1
created_at2025-11-17 04:26:30.312899+00
updated_at2025-11-17 15:03:23.840231+00
descriptionA Rust clone of the GNU Coreutils `wc` command
homepage
repositoryhttps://github.com/bephemeral/textcount
max_upload_size
id1936239
size15,656
(bephemeral)

documentation

README

textcount (tc)

A Rust clone of the GNU Coreutils wc command

Features

  • Count lines, words, characters, bytes
  • Measure maximum line length
  • Read from standard input and files
  • Read from multiple files at a time
  • Neatly printed output with tabled

Installation

Cargo

cargo install tc

Build

You can build textcount using Cargo:

git clone https://github.com/bephemeral/textcount.git  
cd textcount  
cargo build --release

License

This project is licensed under the MIT License

Commit count: 0

cargo fmt