Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 412 Bytes

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.