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

neuro storage cat #281

Closed
dalazx opened this issue Dec 5, 2018 · 5 comments
Closed

neuro storage cat #281

dalazx opened this issue Dec 5, 2018 · 5 comments

Comments

@dalazx
Copy link
Contributor

dalazx commented Dec 5, 2018

It was suggested to have neuro storage cat to facilitate storage exploration.

@asvetlov asvetlov changed the title neuro store cat neuro storage cat Feb 1, 2019
@shagren
Copy link
Contributor

shagren commented Apr 5, 2019

Alternative solution is: supports - as alias of STDIN/STDOUT for output/input parameters. Example:

neuro cp --quiet storage://~/file.txt -
neuro cp --quiet - storage://~/file.txt

@dalazx
Copy link
Contributor Author

dalazx commented Apr 12, 2019

@shagren great suggestion!

@serhiy-storchaka
Copy link
Contributor

A common workaround for programs that do not support redirection to stdout explicitly (via special name - or options like --stdout) is to use /dev/stdout as a target file. Unfortunately it does not work with neuro currently, because it requires a local file be a regular file.

@shagren
Copy link
Contributor

shagren commented May 28, 2019

@serhiy-storchaka , users like dash. When related PR will be merged can you add dash support also and maybe cat shortcut.

@serhiy-storchaka
Copy link
Contributor

Maybe. This will need to add several special checks to prevent converting name - to absolute file path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants