Live data from Hacker News

Introducing Prompt. Nice SSH for iOS.

panic.com

81–90 of 151 posts

Re: Introducing Prompt. Nice SSH for iOS.

#81
post #59

Slightly off-topic I couldn't find a free SSH Ios app. not that 4-5$ is a big deal, but there are myriad of ssh clients for free on android, no doubt due to different clientele, and different developer sentiments.

And the well-researched statistics on Android users being less likely to purchase apps.

Or mostly because all the good SSH clients are open source software, and were created before the Android Market had support for buying applications, so they have just remained free.

Re: Introducing Prompt. Nice SSH for iOS.

#82

Earlier quoted context omitted.

I think your comment highlights a difference between the Android and iOS communities. Android users just want free software, while iOS users don't mind paying for quality. Guess which platform ends up with the slickest software, with the most spit and polish. Developers find paying customers on iOS, so that's where the develop.

Actually, I believe in this case iOS users are paying because they're conditioned to pay. I don't think the quality argument for this ssh client really holds water. Maybe Android users are just more discerning in who they give their money to?

"I don't think the quality argument for this ssh client really holds water."

Wow, that's incredibly untrue. Quality (and price) is a factor in absolutely everything that's for sale in any industry anywhere on earth. Price and quality.

Re: Introducing Prompt. Nice SSH for iOS.

#83

Earlier quoted context omitted.

I think your comment highlights a difference between the Android and iOS communities. Android users just want free software, while iOS users don't mind paying for quality. Guess which platform ends up with the slickest software, with the most spit and polish. Developers find paying customers on iOS, so that's where the develop.

Actually, I believe in this case iOS users are paying because they're conditioned to pay. I don't think the quality argument for this ssh client really holds water. Maybe Android users are just more discerning in who they give their money to?

"Maybe Android users are just more discerning in who they give their money to?"

Panic is known for their sub-standard software?

Re: Introducing Prompt. Nice SSH for iOS.

#84

Earlier quoted context omitted.

I think your comment highlights a difference between the Android and iOS communities. Android users just want free software, while iOS users don't mind paying for quality. Guess which platform ends up with the slickest software, with the most spit and polish. Developers find paying customers on iOS, so that's where the develop.

Actually, I believe in this case iOS users are paying because they're conditioned to pay. I don't think the quality argument for this ssh client really holds water. Maybe Android users are just more discerning in who they give their money to?

You know there are many cheaper and free ssh clients for iOS, right?

Re: Introducing Prompt. Nice SSH for iOS.

#85
post #36

Earlier quoted context omitted.

As a happy user of Terminal, what's wrong with it? It's fast, it's simple, it supports multiple colour profiles, it can be customised like any other shell... What more do you want out of your terminals?

I miss being able to copy paste by just selecting and pasting it with middle click, which iTerm does allow. Also OOTB it doesn't support fn + arrows for home, end so you have to use ctrl + a for home which is also used for screen. Tiny annoyances, I just happen to prefer iTerm.

Consider replacing C-a in screen with C-z by putting this in your .screenrc:

escape ^Zz

C-a interferes with command line editing and Emacs. C-z makes it a pain to background a process in screen, but if you're like me, you probably never do that, anyway.

Re: Introducing Prompt. Nice SSH for iOS.

#86
post #53
post #36

Earlier quoted context omitted.

As a happy user of Terminal, what's wrong with it? It's fast, it's simple, it supports multiple colour profiles, it can be customised like any other shell... What more do you want out of your terminals?

To choose a few obvious gaffes: - no xterm mouse support (no, option-click is not the same) - the utterly stupid default for PageUp/PageDown/Home/End, which is correct for OSX UI, but utterly wrong for terminals. Less obvious (relavent to UI): - No notification support - No window splitting (yes, screen works, but, re: changing panes, see xterm mouse, above) - inability to launch a particular named window group from…

Page up moves the view one page up. Home moves the view to the top. Similar for page down and end. Seems right to me.

You can split windows vertically. Not horizontally.

Could you not use osascript to launch a window group from the command line?

iTerm was crashy for me. This is not acceptable, no matter the other features. I cannot recall ever crashing Terminal.app.

Re: Introducing Prompt. Nice SSH for iOS.

#87
post #15

I'd been using touchterm for a while, and had experimented with other iOS ssh clients. They... worked, but the experience always felt a bit clunky. I've been using prompt for a day now, and so far it feels better than the others. The app design feels really clean, the method of expanding the keyboard to handle modifier keys and frequently-used non-alpha keys works well without grabbing too much screen real estate (th…

Does `C-space` work for you? I currently use M-x set-mark-command instead. Other than that, emacs seems to work without issues! (Also, backspace was sending C-h, so I had to remap that in emacs.

Try ESC-@, which runs mark-word -- once you have the mark set, you can expand/contract the region as normal by moving point.

Re: Introducing Prompt. Nice SSH for iOS.

#89
post #47

A bit off topic but anyone know how they do the fancy header with the pushpin notes swaying forward as you hover over them?

A quick look @ the source looks like CSS3 transitions, specifically webkit CSS3 transitions.

ah good call, I was poking around the js

Re: Introducing Prompt. Nice SSH for iOS.

#90
post #30

iSSH is still better. Especially on an iPad, and most definitely if you use a bluetooth keyboard once in a while [1] Furthermore, I don't understand how someone could even make the remark that an ssh client reminds them of linux, and mean it negatively. :-) I certainly don't want an the equivalent IOS SSH client to the one Apple makes for OSX -- Terminal is rather shitty. [1] BT keyboards on ipads don't support CTRL…

iSSH is great in my opinion. The UI works well and it even has X and VNC support.
Post reply on HN