| Crates.io | quickcount |
| lib.rs | quickcount |
| version | 0.1.0 |
| created_at | 2025-03-07 00:40:19.183612+00 |
| updated_at | 2025-03-07 00:40:19.183612+00 |
| description | Sleek, minimal and blazingly fast word counter app. |
| homepage | |
| repository | https://github.com/walker84837/quickcount |
| max_upload_size | |
| id | 1582087 |
| size | 128,493 |
Sleek, blazingly fast and minimalist word counter for the desktop.
[!WARNING] This is a work in progress and is not yet ready for daily use. If you encounter any issues, please open an issue.
To build this repo from source, you need the Rust toolchain, and follow these steps:
git clone https://github.com/walker84837/quickcount.git
cargo build --release
mv target/release/quickcount path/to/your/destination
You can move this to /usr/local/bin or any other path which is in your $PATH.cargo run --release
Contributions are always welcome! If you encounter problems or have questions, feel free to open an issue.
This project is released under the BSD-3-Clause license.