sedwards2009 / extraterm

The swiss army chainsaw of terminal emulators
https://extraterm.org
MIT License
2.51k stars 116 forks source link

partnership nushell team? #358

Open unmellow opened 2 years ago

unmellow commented 2 years ago

nushell is a new shell (pun intended by them) where commands can return tables as opposed to raw text this seems like it would work well with your concept of frames maybe you could partner with them?

idk spit balling

sedwards2009 commented 2 years ago

Yes, I know about nushell. It's really cool. Once I'm done with the migration from Electron to NodeGui/Qt I want to add direct support for showing the kind of tabular data that nushell deals in. i.e. like a mini-spreadsheet where you can sort/filter/hide colums/rows.

sedwards2009 commented 1 year ago

The recent 0.71.0 release added support for the escape codes which the nushell shell integration uses. Turning it on in your nushell config should at least get some frames going.

There is more work to do for a more complete integration.