mordant icon indicating copy to clipboard operation
mordant copied to clipboard

Doc request: more information on integrating with other libraries

Open binkley opened this issue 3 months ago • 3 comments

Howdy!

I'm using both JLine for user input, Mordant for output, and the Markdown widget for rendering.

I find that I have two Terminal types: one from JLine, and one from Mordant. This is kind of unfortunate. How can I integrate these better?

binkley avatar Sep 19 '25 14:09 binkley

What kind of integration were you hoping for?

ajalt avatar Sep 19 '25 16:09 ajalt

@ajalt Here's a project I wrote up as a demo for my colleagues: https://github.com/binkley/koog-tutorial

It mixes Mordant and JLine which have incompatible core classes named Terminal.

binkley avatar Sep 24 '25 17:09 binkley

Can you help me understand what changes you're looking for? Is your issue that both libraries have a class with the same name?

ajalt avatar Sep 24 '25 18:09 ajalt