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

#4 in #word-count

Download history 391/week @ 2024-02-18 94/week @ 2024-02-25 8/week @ 2024-03-03 1/week @ 2024-03-10 67/week @ 2024-03-31

69 downloads per month

MIT license

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?

  1. ✂️ Copy some text to your clipboard

  2. 🏃🏽 Run clipcount from the command line

  3. ✅ 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.8–2.7MB
~47K SLoC