Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
11–20 of 93 posts
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#12The screams are because they remember the last... 3 or 4 off the top of my head? terminals that said that, and then fell over when you tried to cat a log file because they were using javascript in the hot path for displaying text. So how's your performance and responsiveness? Throughput and latency both matter a lot here.
OTOH, full marks for actually doing FOSS and not requiring a login to use a local terminal; you've already avoided at least some of the obvious landmines that would make me run screaming.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#13Did you really call your company "Command Line Inc."? That's awesome!
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#14> terminal DevEx across the board and fix all sorts of terminal micro-frustrations I believe you believe this such a thing exists - I'd like to read/hear your thoughts on this - in my bubble of system administration, I'm not sure I do feel the pain/unique value proposition (not saying it doesn't exist). > remote file editor, markdown viewer, image viewer, CSV viewer, and a ChatGPT interface not sure I'd even want som…
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#15Looks neat. A screenshot or video would be much appreciated.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#16> What if your command line terminal could display more than just text? That’s crazy right (I can hear the screams of thousands of graybeard sysadmins). The screams are because they remember the last... 3 or 4 off the top of my head? terminals that said that, and then fell over when you tried to cat a log file because they were using javascript in the hot path for displaying text. So how's your performance and respon…
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#17> terminal DevEx across the board and fix all sorts of terminal micro-frustrations I believe you believe this such a thing exists - I'd like to read/hear your thoughts on this - in my bubble of system administration, I'm not sure I do feel the pain/unique value proposition (not saying it doesn't exist). > remote file editor, markdown viewer, image viewer, CSV viewer, and a ChatGPT interface not sure I'd even want som…
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#18Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#19My first thought is, how often does all the structure you added get in the way? With plain text (most terminals), it's easy to grab any chunk of text. With structured text, UI elements often get in the way. As an example, in Chrome's devtools console, it's frustrating that
for (let i = 0; i
produces this 0 VM45:1
1 VM45:1
2 VM45:1
3 VM45:1
4 VM45:1
instead of this 0
1
2
3
4
When I try to copy the text. Does Wave run into this kind if issue?Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#20"Cross-platform" but works only with MacOS and Linux, you should change the wording until it is cross-platform.