Cybrkyd's git repositories

gedit-statusbar-wordcount-plugin • commit: bdb9c6d

commit bdb9c6de7bdf4d49b7132f668a9ffa2d7e5f63181517c1f04ef3c1cef1aee298
author cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-01 23:12:04 +0100
committer cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-01 23:12:04 +0100

Commit Message

README

📊 Diffstat

README.md 14
1 files changed, 14 insertions(+), 0 deletions(-)

Diff

commit bdb9c6de7bdf4d49b7132f668a9ffa2d7e5f63181517c1f04ef3c1cef1aee298
Author: cybrkyd <116197215+cybrkyd@users.noreply.github.com>
Date: Fri Aug 1 23:12:04 2025 +0100
README
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..40578ef
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+ gedit-statusbar-wordcount-plugin
+ ======================
+
+ Forked from: --> https://github.com/footley/gedit-wordcount-plugin
+
+ A gedit plugin which adds a Label to the status bar with the active documents word count, where a word is defined as `r"[a-zA-Z0-9]+[a-zA-Z0-9\-']*\s?"`.
+
+ Installation
+ ------------
+
+ 1. Copy `wordcount.plugin` and `wordcount.py` to `~/.local/share/gedit/plugins`
+ 2. Activate it from gedit's plugins dialogue.
+
+