-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no behavior at all on windows? #103
Comments
It's not working for me either. fzf pops up, but displays no results. Tried |
Same problem :( Any news? |
Dear @ms-jpq, the developer of |
It looks to me like in the latest version, it can't read a file listing piped in via powershell because powershell normalizes all text pipes to be at least one line and have all lines terminated by
And finally, However, using |
I still don't understand how to use Windows 7 x64, sad 0.4.28 $ echo good | sad good bye
Error: IO("good \r", InvalidFilename)
$ sad good bye input.txt
error: unexpected argument 'input.txt' found
$ type input.txt | sad good bye
(nothing happens) |
Doing this exact series of commands (or any commands at all) does not work on windows. I'm sure sad is functional (--version, --help both work), fzf and delta are both installed as well. But no actual sad (haha) commands work, just print \n and exit. Is this me being dumb??
Plain text, tex file as an example:
os + shell
Nu ❯ sys | get host:
Windows - 10 (19043) | using nushell 0.38 here, but powershell gives similarly depressing results
The text was updated successfully, but these errors were encountered: