Closed Hoeze closed 2 years ago
Hi! Thanks for filing the issue.
That is the expected behaviour for pqrs head
which works similar to the head
command in *nix, which doesn't traverse directories. I am not sure if head
-ing directories should be supported - selecting a file randomly makes it non-deterministic while sorting the files by a property (file name, last modified time, etc) will take a long time if there are lots of files.
The second issue is because of an upstream bug in how sigpipes are handled in Rust. Ref: https://github.com/rust-lang/rust/issues/46016
Hi, we're very happily using
pqrs
now and found two small issues with it:1)
head
does not support directories:2) It panics when used in a pipe: