Show HN: send2kindle – CLI utility to send documents to your Kindle
a year ago
- #command-line
- #Rust
- #Kindle
- `send2kindle` is a command-line utility for sending documents to Kindle.
- Requires Rust compiler version >= 1.87.0.
- Build the project using `cargo build [--release]`.
- Mandatory arguments include SMTP server details and Kindle email address.
- Supports sending files via `--file` or reading from `--stdin`.
- Optional `--filename` argument to override the attachment name.
- Example usage provided for both file and stdin methods.