Skip to content
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

make see tool cope with process subtitution #224

Open
monkeydom opened this issue Jan 20, 2022 · 0 comments
Open

make see tool cope with process subtitution #224

monkeydom opened this issue Jan 20, 2022 · 0 comments
Assignees
Milestone

Comments

@monkeydom
Copy link
Contributor

monkeydom commented Jan 20, 2022

currently cmds like
see <(ls) - but they should not

infos

https://en.wikipedia.org/wiki/Process_substitution#Anonymous_named_pipe

There is no good way to support >(some command) though

proposed solution:

the see tool should treat those like a pipe in and serialize them into tmp files to give to see to open transiently

also note that
/dev/fd/0 and /dev/stdin should be treated the same as the - shortcut

@monkeydom monkeydom added this to the v5.3 milestone Jan 20, 2022
@monkeydom monkeydom self-assigned this Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant