Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions RAnki/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

set -e

curl -fSL --progress-bar -o /mnt/us/extensions/ranki.zip https://github.com/crazy-electron/ranki/releases/latest/download/ranki.zip
cd /mnt/us/extensions/
unzip ranki.zip
rm ranki.zip
cp ranki/shortcut_ranki.sh ../documents/shortcut_ranki.sh

exit 0
9 changes: 9 additions & 0 deletions RAnki/uninstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

set -e

cd /mnt/us/documents/
rm -f shortcut_ranki.sh
rm -rf ../extensions/ranki/

exit 0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ Current packages (22):
- Toggle ADs
- UpdateBlock Status
- LARKPlayer
- RAnki
- Alpine Linux

Credits:

- Dammit Jeff (KOReader, Gambatte-K2, ToggleAds, UpdateBlock Icons)
- GreenCat777 (Alpine Linux install.sh, uninstall.sh)
- GreenCat777 (Alpine Linux install.sh, uninstall.sh. RAnki install.sh, uninstall.sh)
9 changes: 9 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
"dependencies": [],
"tags": ["GAMES"]
},
{
"name": "RAnki",
"uri": "RAnki",
"description": "Real Anki, with the real backend",
"author": "CrazyElectron",
"ABI": ["hf", "sf"],
"dependencies": [],
"tags": ["PRODUCTIVITY"]
},
{
"name": "KWordle",
"uri": "KWordle",
Expand Down