8 releases (stable)
1.0.7 | Feb 25, 2024 |
---|---|
1.0.6 | Feb 23, 2024 |
1.0.1 | Feb 22, 2024 |
0.1.0 | Feb 22, 2024 |
#684 in Command line utilities
7KB
149 lines
clipcount
: Counting words from the clipboard content
Why does this exist?
Do 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.
How do I install it?
cargo install clipcount
How do I use it?
-
✂️ Copy some text to your clipboard
-
🏃🏽 Run
clipcount
from the command line -
✅ You're done. What more did you expect?
I miss wc
The application provides an optional flag to present the output in the same format as wc
:
clipcount --wc
License
Licensed under the MIT license.
Dependencies
~1.5–2.4MB
~40K SLoC