xterm.dart icon indicating copy to clipboard operation
xterm.dart copied to clipboard

Any plan/feature support to next version?

Open linhanyu opened this issue 4 years ago • 2 comments

I'm developing an mobile ssh application with xterm.dart. Is there any plan to support features, such as

  1. search
  2. open external uri and so on?

I have worked in an electron application, witch use xterm.js to provide terminal feature, and our application suffered from the pool performance of web. It's unexpectedly good performance that xterm.dart has. I'm very interested this project. : )

linhanyu avatar Aug 06 '21 06:08 linhanyu

I'm working on a terminal desktop application and plan to extend xterm.dart based on the needs of that. So I think it will get additional features that you also are looking for.

I would suggest to create feature request issues for things you miss so that we can discuss them each and also reference Commits to those features.

devmil avatar Aug 06 '21 06:08 devmil

Search functionality is on its way: https://github.com/TerminalStudio/xterm.dart/pull/60 This is also the foundation for the mentioned "Open URI" feature

devmil avatar Aug 30 '21 19:08 devmil