nwg-piotr / nwg-wrapper

Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors
MIT License
139 stars 8 forks source link

removes last character from nushell script files #28

Closed kiil closed 1 year ago

kiil commented 1 year ago

I am using nushell.

I have this in test.nu

echo test

but

nwg-wrapper -s test.nu

outputs just

tes

It seems that nwg-wrapper "eats" the last character in the file.

kiil commented 1 year ago

This is probably unrelated to nwg-wrapper. Sorry for the inconvenience.