1 unstable release
new 0.1.0 | Mar 7, 2025 |
---|
#127 in GUI
92 downloads per month
36KB
340 lines
QuickCount
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.
Table of Contents
Usage
To build this repo from source, you need the Rust toolchain, and follow these steps:
- Clone the repository:
git clone https://github.com/walker84837/quickcount.git
- It may take a while at first, depending on where you're compiling, run:
cargo build --release
- If you prefer, you can move the executable file to some other place:
You can move this tomv target/release/quickcount path/to/your/destination
/usr/local/bin
or any other path which is in your$PATH
. - If prefer to keep the binary in the same directory, you can run the code with Cargo (you can do this without doing step 2 as it builds automatically):
cargo run --release
Contributing
Contributions are always welcome! If you encounter problems or have questions, feel free to open an issue.
Roadmap
- Add support for selecting text (and consequently copy/paste it)
- Add support for clicking on text
License
This project is released under the BSD-3-Clause license.
Dependencies
~25–43MB
~771K SLoC