https://github.com/whtsky/kindle-sdr-cleaner
Clean useless .sdr folders in your Kindle.
https://github.com/whtsky/kindle-sdr-cleaner
kindle
Last synced: 6 months ago
JSON representation
Clean useless .sdr folders in your Kindle.
- Host: GitHub
- URL: https://github.com/whtsky/kindle-sdr-cleaner
- Owner: whtsky
- License: mit
- Created: 2020-12-21T16:37:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T23:56:06.000Z (6 months ago)
- Last Synced: 2025-04-07T00:25:52.481Z (6 months ago)
- Topics: kindle
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kindle SDR Cleaner
Clean useless `.sdr` folders in your Kindle.
## Installation
```bash
pipx install kindle-sdr-cleaner
```## Usage
```bash
kindle-sdr-cleaner # clean in current folder
kindle-sdr-cleaner /Volumes/Kindle # clean in /Volumes/Kindle
```## Changelog
### v0.1.1
- Fix: Ignore PermissionError when iter dirs
### v0.1.0
- Initial release