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.
cargo install clipcount
-
✂️ Copy some text to your clipboard
-
🏃🏽 Run
clipcount
from the command line -
✅ You're done. What more did you expect?
The application provides an optional flag to present the output in the same format as wc
:
clipcount --wc
Licensed under the MIT license.