Cybrkyd's git repositories

gedit-statusbar-wordcount-plugin • commit: fc9f5c7

commit fc9f5c789f9b5d617aa1084de349d5b0ee54032d7b4e383d70ab22ec0bb5fb3b
author cybrkyd <noreply@cybrkyd.com> 2026-01-14 09:08:42 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-01-14 09:08:42 +0000

Commit Message

README is now Markdown

📊 Diffstat

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

Diff

diff --git a/README b/README.md
similarity index 56%
rename from README
rename to README.md
index a25598c..0ca7fc4 100644
--- a/README
+++ b/README.md
@@ -1,17 +1,10 @@
- ========================
- Gedit word count
- ========================
+ # Gedit Word Count
- Hard forked from: -->
- https://github.com/footley/gedit-wordcount-plugin
- with updates and improvements.
+ Hard forked from: --> [https://github.com/footley/gedit-wordcount-plugin](https://github.com/footley/gedit-wordcount-plugin)
- A gedit plugin which adds a label to the status bar, showing the
- active document's word and character count.
+ A gedit plugin which adds a label to the status bar, showing the active document's word and character count.
-
- Installation
-------------
+ ## Installation
1. Create folder `~/.local/share/gedit/plugins` if it does not exist.
@@ -20,24 +13,18 @@ Installation
3. Activate it from gedit's plugins dialogue.
-
- Changes from original
----------------------
+ ## Changes from Original
- Added a character count
- More accurate regex for word boundaries
- - Added debouncing (throttling) to reduce update frequency on fast
- edits
+ - Added debouncing (throttling) to reduce update frequency on fast edits
- Added multiple `try`/`except` blocks to prevent crashes
- Separate tracking of active document and connection ID
- Proper cleanup of timers and connections on deactivation
- Displays user-visible errors in the status bar on failure
- Counts are formatted with thousands separators
+ ## Licence
- Licence
--------
-
- This project is made available under a GPL3 licence -- see COPYING
- for the full text.
+ This project is made available under a GPL3 licence -- see COPYING for the full text.