ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Word Count

by shadax1 ALL

Sublime Text plugin written in Python that counts specific words given by the user.

Details

  • 1.1.3
  • github.​com
  • github.​com
  • 6 months ago
  • 18 minutes ago
  • 6 months ago

Installs

  • Total 2K
  • Win 935
  • Mac 1K
  • Linux 365
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 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21
Windows 0 4 4 2 5 8 11 2 5 3 4 8 7 4 6 1 10 9 7 8 11 1 4 2 7 10 3 8 6 5 5 3 2 6 5 4 1 6 10 9 6 4 6 4 5 7
Mac 2 4 5 4 6 9 7 3 2 6 7 10 9 7 3 5 12 5 7 8 12 7 4 5 6 1 5 5 4 7 6 13 2 6 2 4 4 7 5 8 6 3 5 3 9 7
Linux 1 1 3 0 1 4 3 3 0 5 4 0 3 0 2 0 5 2 2 2 2 0 2 1 4 1 2 3 2 2 1 2 3 1 1 1 1 1 4 1 3 1 1 3 3 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.

cp

Here is a brief demo:

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.