Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Viewing data piped from stdin #11

Open
chrisvest opened this issue Apr 24, 2019 · 2 comments
Open

Viewing data piped from stdin #11

chrisvest opened this issue Apr 24, 2019 · 2 comments

Comments

@chrisvest
Copy link
Owner

We need fseek(3) for navigating, so we'll probably have to pipe the data into a temporary file and open a hex view on that.

Can we move data lazily as we read towards the end? Asynchronous IO would be helpful here, to avoid the involvement of threads.

@chrisvest chrisvest added this to Future in Tracking Board Apr 26, 2019
@chrisvest
Copy link
Owner Author

Putting this on ice for now, since it would require a big change to the architecture, or be something completely different on the side.

Tracking Board automation moved this from Future to Done Feb 21, 2020
@lilyball
Copy link

I just hit this. I would love to see this supported.

@chrisvest chrisvest reopened this May 21, 2020
Tracking Board automation moved this from Done to Inbox May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Tracking Board
  
Inbox
Development

No branches or pull requests

2 participants