xi-term icon indicating copy to clipboard operation
xi-term copied to clipboard

[WIP] fix(main): don't require file argument

Open Cogitri opened this issue 5 years ago • 1 comments

It's entirely reasonable to want to open an empty view, e.g. to create a new document

I guess this also needs a way to specify the filename during save though.

Cogitri avatar Jun 22 '19 12:06 Cogitri

Hm, I guess we'd also need to fix handling input from stdin for this? If I run cat README.md | xi-term with this I just get the following:

error: Failed to initialize the TUI
caused by: Failed to initialize the TUI
backtrace: 

But if I just invoke xi-term it works.

Cogitri avatar Jun 22 '19 13:06 Cogitri