Settings

Theme

Show HN: RedTerm, an Android SSH terminal for clipboard image upload

play.google.com

2 points by coderredlab 11 days ago · 2 comments · 1 min read

Reader

Hi HN,

I built this because using Claude Code or Codex CLI on a remote server from a phone was awkward whenever I needed to send an image.

Typing commands on mobile is manageable, but moving an image from the phone into the remote workflow usually means saving files manually, uploading them separately, then finding the path again. That breaks the flow every time.

So I made redTerm, an Android SSH terminal focused on that use case.

The main idea is simple:

take an image from the phone clipboard upload it to the remote server’s /tmp/ directory paste the resulting file path directly into the terminal input

That makes it easier to hand off screenshots or copied images to remote CLI tools without leaving the terminal flow as much.

Other basics are there too:

SSH connections password / private key auth saved hosts encrypted credential storage on device

Play Store: https://play.google.com/store/apps/details?id=com.coderred.r...

I’d be interested in feedback from people who use SSH from mobile, especially:

whether this image handoff workflow is actually useful what the most annoying part of mobile SSH is for you what mobile-specific features you’d want in an SSH app

momo_dev 4 days ago

Nice idea, image upload from mobile is underserved. If you ever need a backend for it, FilePost (https://filepost.dev) could work well as the upload target. Single POST with the image, instant CDN URL back. Would pair nicely with a terminal workflow.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection