Live data from Hacker News

Show HN: A cross-platform terminal emulator written in Java

github.com

1–10 of 24 posts

Show HN: A cross-platform terminal emulator written in Java

#1
It's based on the jediterm library developed for IDEs, but it can also be put to work as a standalone terminal emulator with tabs. The library has been around for more than 10 years, but I don't think anyone made a terminal emulator app from it?

Show HN: A cross-platform terminal emulator written in Java
github.com

Re: Show HN: A cross-platform terminal emulator written in Java

#5
My main reason to use or not use a terminal is to scroll with mouse wheel and change the font size. No fancy gpu acceleration or nice profiles to open servers. A good host with category tree view is a plus, like MobaXterm has. But Terminator does what I need. My pick.

Re: Show HN: A cross-platform terminal emulator written in Java

#8
What does this buy over all the other terminal emulators? I see why the component is in IDEs so the developer doesn't need to switch apps to get to the terminal. Now a full fledged JVM shell that supports most of the commands we come to expect in a shell and also has the JVM and it's whole ecosystem at its fingertips, that might be something.

Re: Show HN: A cross-platform terminal emulator written in Java

#9
post #4

I've heard of this %PATH% thing which allows the user to control where they place executables https://github.com/sebkur/forceterm/blob/release-1.1.0/src/m...

Trivia:

Windows also has %PATHEXT%. It's a set of executable extensions like bat, exe, com, cmd.

It is what allows calling `program` and reaching `program.exe`.

Post reply on HN