javaterminal / TerminalFX

Java FX Terminal Emulator
MIT License
277 stars 52 forks source link

Can use JLine with TerminalFX ? #42

Open dprutean opened 4 years ago

dprutean commented 4 years ago

I already have an console application written with JLine. Does it work to combine it with TerminalFX ?

rahmanusta commented 4 years ago

Hi, we don’t have an integration with JLine.

dprutean commented 4 years ago

Thank you for answer. But is TerminalFX compatible with Jansi or Jna ? If I look Jline they say they are using any of this two. Maybe it just works without integrations. https://github.com/jline/jline3

rahmanusta commented 4 years ago

Probably it can work, but it should be integrated

dprutean commented 4 years ago

It would be great if the integration could be done. JLine is one of the most used java libraries for this. Shoud I create a new ticket for Jline integration ?

rahmanusta commented 4 years ago

I would be glad if you can contribute, otherwise I’m afraid I’ll not have time for that soon.