Crates.io | clipcount |
lib.rs | clipcount |
version | 1.0.7 |
source | src |
created_at | 2024-02-22 13:19:53.18393 |
updated_at | 2024-02-25 13:28:17.804604 |
description | Counting words from the clipboard content. |
homepage | https://github.com/magnusrodseth/clipcount |
repository | https://github.com/magnusrodseth/clipcount |
max_upload_size | |
id | 1149324 |
size | 18,229 |
clipcount
: Counting words from the clipboard contentDo you find yourself often needing to count the number of words in a piece of text? You could use a website, or the wc
command-line tool, but why not use something stupid simple?
So I made this.
cargo install clipcount
✂️ Copy some text to your clipboard
🏃🏽 Run clipcount
from the command line
✅ You're done. What more did you expect?
wc
The application provides an optional flag to present the output in the same format as wc
:
clipcount --wc
Licensed under the MIT license.