Skip to content

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?"

Notifications You must be signed in to change notification settings

footley/gedit-wordcount-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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?"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published