Commit Graph

3 Commits (9c3f0eee894679b3578877073cc59a3505105cca)

Author SHA1 Message Date
Timothy Stack 63dba408ec [stdin] Keep the stdin piper file in .lnav so that it can be reopened
When piping the output of a program into lnav, the data would
be dumped to the terminal on exit so that it would not be
lost.  Since that is a bit noisy, the temp file used to store
the data is now left in .lnav so that it can be reopened later.
Older stdin captures are automatically removed after a day.

Also took the opportunity to start using filesystem::path more.

Fixes #436
5 years ago
Timothy Stack a3b417c2d5 fix timestamps in test 9 years ago
Timothy Stack 25a375f08d [misc] fix various bugs 9 years ago