xterm.dart
xterm.dart copied to clipboard
Any plan/feature support to next version?
I'm developing an mobile ssh application with xterm.dart. Is there any plan to support features, such as
- search
- 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. : )
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.
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