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 947
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 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 7 | 3 | 5 | 9 | 6 | 2 | 5 | 4 | 4 | 3 | 6 | 3 | 7 | 4 | 8 | 6 | 3 | 3 | 5 | 1 | 2 | 5 | 8 | 10 | 7 | 1 | 1 | 6 | 6 | 6 | 8 | 9 | 2 | 2 | 3 | 3 | 5 | 4 | 8 | 6 | 3 | 3 | 6 | 6 | 9 |
Mac | 0 | 8 | 6 | 4 | 2 | 6 | 6 | 10 | 4 | 4 | 7 | 5 | 4 | 5 | 4 | 6 | 6 | 8 | 7 | 8 | 3 | 8 | 5 | 7 | 8 | 6 | 3 | 3 | 5 | 10 | 6 | 9 | 5 | 2 | 5 | 6 | 4 | 5 | 14 | 10 | 8 | 2 | 5 | 6 | 8 | 8 |
Linux | 0 | 2 | 3 | 2 | 4 | 1 | 1 | 0 | 1 | 0 | 0 | 3 | 1 | 2 | 0 | 4 | 1 | 2 | 0 | 3 | 6 | 0 | 4 | 0 | 0 | 2 | 3 | 1 | 3 | 1 | 5 | 4 | 3 | 0 | 3 | 1 | 2 | 0 | 4 | 0 | 2 | 5 | 2 | 1 | 2 | 2 |
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.