HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sebkur

no profile record

Submissions

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

github.com
65 points·by sebkur·tahun lalu·21 comments

Show HN: Pinpit, a cross-platform alternative to jpackage to package JVM apps

github.com
1 points·by sebkur·3 tahun yang lalu·0 comments

comments

sebkur
·tahun lalu·discuss
One thing I guess this app can do is help track down or surface more still existing bugs in the jediterm library when people start using a jediterm based terminal in their everyday life instead of just while using IntelliJ or Android Studio.
sebkur
·tahun lalu·discuss
I'm breeding over the same thing. What can we do with this now that would't be so easy within other ecosystems that terminal emulators are typically written in (usually C I guess)?
sebkur
·tahun lalu·discuss
hmm, I agree, this is pretty hard-coded. It should work for a default installation of git-bash, but of course, the user could have chosen a different location at install time.

I'm not even sure how popular git bash is on Windows, I vaguely remember cygwin might be something many user that care to use a terminal might have installed?
sebkur
·tahun lalu·discuss
Well, it does check if we are on Windows just one line before: https://github.com/sebkur/forceterm/blob/release-1.1.0/src/m...
sebkur
·tahun lalu·discuss
Thanks!
sebkur
·tahun lalu·discuss
yeah, the jediterm library provides a Swing component (JediTermWidget extends JPanel) so it seemed natural to create an app around it that is also Swing based. I guess it's possible to integrate Swing components into JavaFX apps as well, so that should work too.

You're right, I'm not doing much except adding some build logic for creating executables really. I also added tabbing and light / dark mode. I guess we could also at least add more options that are readily available for the jediterm widget (https://github.com/JetBrains/jediterm/blob/4cef2840aed5ec1d6...)
sebkur
·tahun lalu·discuss
The performance of jediterm seemed quite impressive though when I made a quick smoke test with a command such as `time tree ~` in comparison to my regular xfce terminal at lest.
sebkur
·tahun lalu·discuss
Mouse wheel is working on my Linux box. Is it not on yours? what kind of system?

I guess for now there's not much reason to prefer this terminal over any other. I guess we'd need to add something unique, though I'm not sure yet what that might be.
sebkur
·tahun lalu·discuss
I found the jediterm library and noticed people asking for releases but the team didn't seem interested (see https://github.com/JetBrains/jediterm/issues/299 and https://github.com/JetBrains/jediterm/issues/303). I noticed there are even working examples in the source tree though for a standalone terminal application (https://github.com/JetBrains/jediterm/tree/master/JediTerm/s...) so I thought "let's just package that up into binaries, maybe add tabs to make it convenient to use".
sebkur
·4 tahun yang lalu·discuss
you'll actually need to host it yourself. It's going to be a one-to-one relationship between mailboxes and briar users on purpose to avoid centralization of any kind (think techies hosting mailboxes for many friends etc.). To make hosting rather easy, the mailbox can be run on a spare (old) Android device, ideally plugged into a power outlet and connected to Wifi. Setup will include installing the app onto the Android and going through a pairing procedure by scanning a QR-code from the mailbox app from the briar settings screen.
sebkur
·4 tahun yang lalu·discuss
It's also safe to post your briar:// link online (https://code.briarproject.org/briar/briar/-/wikis/FAQ#is-it-...)

So if anyone wants to try the app but doesn't want to convince somebody else to do so too, just add my link and post yours below:

briar://acyeao3gd3sqldlljx6etcjyxdr4ux6m6s3ge3r4z6st7ju2ac5xg
sebkur
·4 tahun yang lalu·discuss
When you're close to someone you can make an initial exchange via QR+bluetooth. When you're distant you need to exchange your briar:// links on a different channel.
sebkur
·5 tahun yang lalu·discuss
you can also add contacts remotely, you need to exchange your briar links on a different channel. It's safe to post your link publicly. Only if both parties add each other's links within the app, you will be able to communicate. Post you own link here and add mine: briar://aagcagf7vews5wtz4kpzzy76vpv2r65mlwqlm6a627tvr6bkf75em
sebkur
·5 tahun yang lalu·discuss
if "on the local lan" is offline enough for you, take a look at kde connect, connects all your devices with file transfer, cross-device copy'n'paste etc.
sebkur
·5 tahun yang lalu·discuss
since recently, there's a cross-platform desktop client in development using compose for desktop as its UI framework