alt.hn

3/25/2026 at 1:58:06 PM

The Terminal I Wished Existed, So I Built It

https://yaw.sh/blog/the-terminal-i-wished-existed-so-i-built-it/

by tkjef

3/26/2026 at 1:19:58 PM

Hi, I read throughout your blog post and website but couldn't find a github link, so I gather this project is closed source. Is that likely to change in the future? For something as important as a terminal, considering all the secrets it comes into contact with, I would wish to audit it before blindly installing on my system. Furthermore, your website nor elsewhere within your online presence contains any identifiable information about you the creator, what country you are located in, a LinkedIn etc. There's no name attached and no face to the name. How can we trust this?

How do we know this isn't honeypot software produced by an adversarial state actor trying to conduct industrial espionage or siphon secret keys, databases and file systems? You're expecting a lot of trust from potential users but making no effort to impart it beyond your blog post that outlines how you made it, which looks suspicious if I'm being honest.

Why have you chosen to protect your anonymity and keep the project closed source?

by alifeinbinary

3/26/2026 at 2:13:40 PM

Thanks for the reply. No github link because yes, it is closed source (although, free to use). It won't change in the future as I'm trying to model it on the Sublime Text model.

I can completely understand your concern, however, many tools these days we use are closed source (warp, cursor, sublime text, termius).

I am the creator, Jefferson Hale. Here is my linkedin: https://linkedin.com/in/jeffyaw

I'm in the United States. Lake Arrowhead, CA to be precise.

by jeffyaw

3/26/2026 at 2:50:35 PM

May be I don't understand but I can see that I press a short cut and can connect via ssh, right?

Either you included your own ssh client (battery included and such) and you'll forever be chasing the features your customers are missing from their client or you just launch the standard ssh client (or psql or whatever) but then, what's the benefit as opposed to some shell configuration?

Genuinely asking, maybe I missed it from the first glance or maybe you could include that on the front page..

by buster

3/26/2026 at 3:39:17 PM

That's correct.

windows/linux: ctrl+shift+S

mac: cmd+shift+S

Opens the ssh connection manager. And yes, it just uses the standard ssh, psql, mysql (etc) clients. The benefit is just clicking a button to connect. This could also be done with many different strategies. bash_aliases, ssh_config. But for a nice gui and button push UX this is what is provided. Also, if connecting through yaw there is a handy Remote Sessions gui (ctrl+shift+R) to interface with tmux or screen sessions easily.

by jeffyaw