Word Count
Sublime Text plugin written in Python that counts specific words given by the user.
Details
Installs
- Total 7K
- Win 3K
- Mac 3K
- Linux 987
May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 14 | 7 | 6 | 5 | 5 | 2 | 5 | 4 | 1 | 2 | 6 | 7 | 5 | 3 | 7 | 2 | 7 | 9 | 5 | 5 | 1 | 3 | 7 | 3 | 5 | 9 | 6 | 2 | 5 | 4 | 4 | 3 | 6 | 3 | 7 | 4 | 8 | 6 | 3 | 3 | 5 | 1 | 2 | 5 | 8 |
Mac | 4 | 9 | 3 | 9 | 8 | 9 | 4 | 4 | 6 | 6 | 8 | 4 | 4 | 6 | 3 | 6 | 7 | 6 | 6 | 11 | 6 | 4 | 7 | 8 | 6 | 4 | 2 | 6 | 6 | 10 | 4 | 4 | 7 | 5 | 4 | 5 | 4 | 6 | 6 | 8 | 7 | 8 | 3 | 8 | 5 | 7 |
Linux | 0 | 0 | 2 | 5 | 2 | 2 | 3 | 0 | 2 | 2 | 1 | 1 | 4 | 1 | 2 | 4 | 1 | 4 | 2 | 5 | 2 | 0 | 1 | 2 | 3 | 2 | 4 | 1 | 1 | 0 | 1 | 0 | 0 | 3 | 1 | 2 | 0 | 4 | 1 | 2 | 0 | 3 | 6 | 0 | 4 | 0 |
Readme
- Source
- raw.githubusercontent.com
Word Count
Sublime Text plugin written in Python that counts specific words given by the user.
How to use?
From the Command Palette:
Count Specific Words
opens a panel on the right where the user can then enter words to count,Copy Word Counters
from that same panel, copies all words and their counters into the clipboard,Sort Words By Counters
sorts all words in an ascending or descending order based on the counters.
Here is a brief demo:
It's also possible to switch the Whole word
and Case sensitive
flags between 0
or 1
to disable or enable them respectively.
Contributions/Suggestions
Contributions and suggestions are more than welcome as this is my first time writing a plugin for Sublime Text.
Ideas/Improvements/Issues
Things I want to improve/fix:
- counting in a large file is quite demanding in terms of cpu
- make it so it doesn't recount after a sort
Credits
I watched a few of OdatNurd's youtube videos to get started as well as google search (a lot) and use Sublime Text's forum. I also followed FichteFoll's suggestions in order to improve the plugin's behavior.