Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgaskin/kobo-mods
My Kobo mods/hacks/tools which aren't patches and aren't in koboutils.
https://github.com/pgaskin/kobo-mods
arm assembly c dynamic-library elf kobo ld-preload linux mod
Last synced: 28 days ago
JSON representation
My Kobo mods/hacks/tools which aren't patches and aren't in koboutils.
- Host: GitHub
- URL: https://github.com/pgaskin/kobo-mods
- Owner: pgaskin
- Created: 2019-09-19T04:21:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T01:48:49.000Z (over 2 years ago)
- Last Synced: 2023-03-05T09:12:28.732Z (over 1 year ago)
- Topics: arm, assembly, c, dynamic-library, elf, kobo, ld-preload, linux, mod
- Language: C++
- Homepage: https://pgaskin.net/kobo-mods/
- Size: 205 KB
- Stars: 22
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kobo-mods
My Kobo mods which aren't [patches](https://github.com/pgaskin/kobopatch-patches/releases/latest).Binaries for the latest commit can be downloaded [here](https://ci.appveyor.com/project/pgaskin/kobo-mods/build/artifacts).
| Mod | Description | Usage | Status |
| --- | --- | --- | --- |
| **[kobo-dotfile-hack-ng](./kobo-dotfile-hack-ng)** | Prevents Nickel from discovering and importing dotfiles/folders. Improved version of [kobo-dotfile-hack](./kobo-dotfile-hack). | General | Complete |
| **[NickelMenu](https://github.com/pgaskin/NickelMenu)** | Adds custom menu items to nickel. | General | Complete, Released |
| **[NickelSeries](./NickelSeries)** | Adds series (and subtitle) metadata support to libnickel. | General | Stable, Released |
| **[dictword-test](./dictword-test)** | This tool gets the prefix used for word lookup in the dictionary directly from libnickel. | Debugging | Complete |
| [kobo-dotfile-hack](./kobo-dotfile-hack) | Since FW 4.17.13651, Kobo will import from dotfiles/folders. This is a LD_PRELOAD hack to fix that. | General | Complete, Released, Superseded |
| [dictbug-trace](./dictbug-trace) | This LD_PRELOAD library logs some dictionary-related things to syslog. | Debugging | As-is |Mods in **bold** are actively maintained.
**Status:**
- **POC:** Barely-working, work may or may not be continued, not stable.
- **As-is:** For testing only, updated as needed, may not be stable.
- **Experimental:** Basic features complete, may not be stable yet, major missing feature.
- **Beta:** All major features completed.
- **Stable:** All major features completed, stable.
- **Complete:** All planned features completed, stable.
- **Released:** Ready for general usage.**Abandoned mods:**
- [kobopatch-livepatch](https://github.com/pgaskin/kobo-mods/commit/777cfe6637d69fdc59905c5c357f520f5e73ab28)