Home > sublimetext2-wordcount

sublimetext2-wordcount

Sublimetext2-wordcount is a project mainly written in Python, it's free.

A very simple word count plugin for SublimeText2

SublimeText2 Word Count Plugin

What is it?

This is probably the simplest and dumbiest plugin for Sublimetext2. It simply counts words and characters out of the current document.

Install and Use

Simply grab the word_count.py file and copy it in your Plugins/User directory.

From the ST2 console (Ctrl+`), simply type:

view.run_command('word_count')

You may want to be able to run this with a keyboard shortcut, so you can add this to your "Key Binding - User" file:

{ "keys": ["alt+c"], "command": "word_count"}

License

This silly plugin is published under the terms of the silliest license in the world: the WTFPL.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2004 Sam Hocevar
14 rue de Plaisance, 75014 Paris, France
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.