Word Count
Sublime Text plugin written in Python that counts specific words given by the user.
Details
Installs
- Total 6K
- Win 2K
- Mac 3K
- Linux 913
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 10 | 7 | 1 | 1 | 6 | 6 | 6 | 8 | 9 | 2 | 2 | 3 | 3 | 5 | 4 | 8 | 6 | 3 | 3 | 6 | 6 | 9 | 5 | 0 | 2 | 7 | 8 | 5 | 2 | 4 | 4 | 9 | 7 | 4 | 7 | 5 | 5 | 3 | 4 | 4 | 6 | 2 | 9 | 5 | 2 |
Mac | 0 | 8 | 6 | 3 | 3 | 5 | 10 | 6 | 9 | 5 | 2 | 5 | 6 | 4 | 5 | 14 | 10 | 8 | 2 | 5 | 6 | 8 | 8 | 8 | 3 | 7 | 6 | 8 | 6 | 6 | 13 | 4 | 5 | 4 | 8 | 4 | 9 | 5 | 4 | 5 | 7 | 10 | 2 | 8 | 4 | 6 |
Linux | 0 | 0 | 2 | 3 | 1 | 3 | 1 | 5 | 4 | 3 | 0 | 3 | 1 | 2 | 0 | 4 | 0 | 2 | 5 | 2 | 1 | 2 | 2 | 1 | 3 | 0 | 5 | 4 | 2 | 6 | 2 | 2 | 1 | 0 | 4 | 1 | 3 | 2 | 1 | 1 | 2 | 3 | 0 | 0 | 2 | 1 |
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.