/gedit-wordcount-plugin

A gedit plugin which adds a Label to the status bar with the active documents wordcount, where a word is definied as r"[a-zA-Z0-9]+[a-zA-Z0-9\-']*\s?"

Primary LanguagePython

gedit-wordcount-plugin

A gedit plugin which adds a Label to the status bar with the active documents wordcount, where a word is definied as r"[a-zA-Z0-9]+[a-zA-Z0-9\-']*\s?"

Installation

Either run the script ./install.sh provided or:

Copy wordcount.plugin and wordcount.py to ~/.local/share/gedit/plugins then activate from Gedit's plugins dialog.