Cybrkyd's git repositories

gedit-statusbar-wordcount-plugin • commit: 5ae03f7

commit 5ae03f72ea3935e39f3e105d5d362e23b260125ce07b9b8d4821dd29703e603a
author cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-02 10:48:35 +0100
committer cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-02 10:48:35 +0100

Commit Message

README

📊 Diffstat

README.md 4
1 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/README.md b/README.md
index 4c64cc7..6233bb5 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
gedit-statusbar-wordcount-plugin
======================
- Forked from: --> https://github.com/footley/gedit-wordcount-plugin
+ Hard forked from: --> https://github.com/footley/gedit-wordcount-plugin and made updates and improvements.
- 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]+)*"`.
+ A gedit plugin which adds a label to the status bar with the active document's word and character count, where a word is defined as `r"[a-zA-Z0-9]+(?:[-'][a-zA-Z0-9]+)*"`.
Installation
------------