This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Send to Onyx Boox - Ebook Uploader from MacOS to Onyx Boox e-reader | |
# | |
# Existing methods for transferring ebooks to Onyx Boox devices are often cumbersome, | |
# requiring multiple steps or unnecessary cloud services. I created this solution to provide | |
# a more straightforward approach. It enables direct WiFi transfers with a right-click from Finder, | |
# requires no additional software beyond Mac's built-in tools. | |
# | |
# This script uploads ebook files to Onyx Boox e-Reader's Library via its API. |