clipcount

Crates.ioclipcount
lib.rsclipcount
version1.0.7
sourcesrc
created_at2024-02-22 13:19:53.18393
updated_at2024-02-25 13:28:17.804604
descriptionCounting words from the clipboard content.
homepagehttps://github.com/magnusrodseth/clipcount
repositoryhttps://github.com/magnusrodseth/clipcount
max_upload_size
id1149324
size18,229
Magnus Rødseth (magnusrodseth)

documentation

README

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.

Commit count: 0

cargo fmt