tc 1.1.1

A Rust clone of the GNU Coreutils `wc` command
Documentation
# 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:

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

## License

This project is licensed under the [MIT License](LICENSE)