From dda37c5a0693f1765640efb528cd9c9de24eb6fb Mon Sep 17 00:00:00 2001 From: Barna Keresztes Date: Tue, 31 Mar 2026 21:23:52 +0200 Subject: [PATCH 1/2] Wordgrinder added and Textadept updated --- Textadept/install.sh | 4 ++-- Wordgrinder/install.sh | 15 +++++++++++++++ Wordgrinder/uninstall.sh | 8 ++++++++ registry.json | 13 +++++++++++-- 4 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 Wordgrinder/install.sh create mode 100644 Wordgrinder/uninstall.sh diff --git a/Textadept/install.sh b/Textadept/install.sh index 22c4012..be1adaf 100644 --- a/Textadept/install.sh +++ b/Textadept/install.sh @@ -6,8 +6,8 @@ TMPDIR=/mnt/us/KFPM-Temporary mkdir -p "$TMPDIR" # Download + Extract -curl -fSL --progress-bar -o "$TMPDIR/textadept.zip" https://github.com/kbarni/textadept-kindle/releases/latest/download/textadept_gtk+term.zip -unzip -q "$TMPDIR/textadept.zip" -d /mnt/us +curl -fSL --progress-bar -o "$TMPDIR/wordgrinder.zip" https://github.com/kbarni/wordgrinder/releases/latest/download/wordgrinder.zip +unzip -q "$TMPDIR/wordgrinder.zip" -d /mnt/us # Cleanup rm -rf "$TMPDIR" diff --git a/Wordgrinder/install.sh b/Wordgrinder/install.sh new file mode 100644 index 0000000..e98ab3d --- /dev/null +++ b/Wordgrinder/install.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +set -e + +TMPDIR=/mnt/us/KFPM-Temporary +mkdir -p "$TMPDIR" + +# Download + Extract +curl -fSL --progress-bar -o "$TMPDIR/textadept.zip" https://github.com/kbarni/textadept-kindle/releases/latest/download/textadept.zip +unzip -q "$TMPDIR/textadept.zip" -d /mnt/us + +# Cleanup +rm -rf "$TMPDIR" + +exit 0 diff --git a/Wordgrinder/uninstall.sh b/Wordgrinder/uninstall.sh new file mode 100644 index 0000000..d83aad9 --- /dev/null +++ b/Wordgrinder/uninstall.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +rm -rf /mnt/us/textadept11 +rm -rf /mnt/us/extensions/textadept + +exit 0 \ No newline at end of file diff --git a/registry.json b/registry.json index 5bb67f8..f3787c2 100644 --- a/registry.json +++ b/registry.json @@ -210,9 +210,18 @@ "uri": "Textadept", "description": "A Desktop-Grade Text Editor For Kindle", "author": "Barna", - "ABI": ["hf"], + "ABI": ["hf", "sf"], + "dependencies": ["kTerm"], + "tags": ["DEVELOPMENT", "PRODUCTIVITY", "EDITORS"] + }, + { + "name": "Wordgrinder", + "uri": "Wordgrinder", + "description": "The Writer's Word Processor", + "author": "Barna", + "ABI": ["hf", "sf"], "dependencies": ["kTerm"], - "tags": ["DEVELOPMENT", "PRODUCTIVITY"] + "tags": ["PRODUCTIVITY", "EDITORS"] }, { "name": "KUAL", From 21e5131c790a22e5f6485f49e76d69cc779475eb Mon Sep 17 00:00:00 2001 From: Barna Keresztes Date: Tue, 31 Mar 2026 21:31:42 +0200 Subject: [PATCH 2/2] Updated dependencies for the text editors --- registry.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry.json b/registry.json index f3787c2..d5129a5 100644 --- a/registry.json +++ b/registry.json @@ -181,7 +181,7 @@ { "name": "LARKPlayer", "uri": "LARKPlayer", - "description": "LARK Is a M4B Audiobook Reader for Kindles", + "description": "LARK Is a Free Audiobook Reader for Kindles", "author": "Barna", "ABI": ["hf"], "dependencies": [], @@ -211,7 +211,7 @@ "description": "A Desktop-Grade Text Editor For Kindle", "author": "Barna", "ABI": ["hf", "sf"], - "dependencies": ["kTerm"], + "dependencies": ["kTerm","KindleHIDPassthrough"], "tags": ["DEVELOPMENT", "PRODUCTIVITY", "EDITORS"] }, { @@ -220,7 +220,7 @@ "description": "The Writer's Word Processor", "author": "Barna", "ABI": ["hf", "sf"], - "dependencies": ["kTerm"], + "dependencies": ["kTerm","KindleHIDPassthrough"], "tags": ["PRODUCTIVITY", "EDITORS"] }, {