We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rust-pager doesn't appear to be able to read from stdin on MacOS.
rust-pager
$ ls . | rp Error: IoError(Custom { kind: Other, error: "Failed to initialize input reader" })
It does work perfectly fine with process substitution, however:
$ rp <(ls .) [pager contents...]
Version: rp 0.1.0 Platform: macOS 10.14.6 (Darwin 18.7.0) Compiler: rustc 1.49.0 (x86_64-apple-darwin)
rp 0.1.0
macOS 10.14.6 (Darwin 18.7.0)
rustc 1.49.0 (x86_64-apple-darwin)
The text was updated successfully, but these errors were encountered:
It seems upstream bug that can't use tty in macOS crossterm-rs/crossterm#407 tokio-rs/mio#1377
Sorry, something went wrong.
Ah, that's a bit of a shame. Hopefully it'll be fixed upstream soon.
No branches or pull requests
rust-pager
doesn't appear to be able to read from stdin on MacOS.It does work perfectly fine with process substitution, however:
$ rp <(ls .) [pager contents...]
Build Information
Version:
rp 0.1.0
Platform:
macOS 10.14.6 (Darwin 18.7.0)
Compiler:
rustc 1.49.0 (x86_64-apple-darwin)
The text was updated successfully, but these errors were encountered: