You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scanning a disc, I sometimes really want to not create any file or anything, but actually print the output to the shell/terminal.
This option is not available. Would love to see this feature implemented like this:
Added arguments:
-s, --silentㅤㅤㅤㅤㅤㅤruns silent, just compatible with '-w'. Just prints anything if errors occur
-t, --terminalㅤㅤㅤㅤㅤoutputs results to terminal, does not store any file. Not working if output folder provided.
the command of my choice would be: docker run --rm -it -v <BD_PATH>:/mnt/bd zoffline/bdinfocli-ng -wst /mnt/bd
This will not print anything to the shell unless there are errors. But if no errors, it will just print the result. So no files will be stored. Would highly appreciate this feature.
The text was updated successfully, but these errors were encountered:
the-hotmann
changed the title
[FEATURE] output to terminal & silent-mode
[FEATURE REQUEST] output to terminal & silent-mode
Aug 16, 2022
When scanning a disc, I sometimes really want to not create any file or anything, but actually print the output to the shell/terminal.
This option is not available. Would love to see this feature implemented like this:
Added arguments:
-s, --silentㅤㅤㅤㅤㅤㅤruns silent, just compatible with '-w'. Just prints anything if errors occur
-t, --terminalㅤㅤㅤㅤㅤoutputs results to terminal, does not store any file. Not working if output folder provided.
the command of my choice would be:
docker run --rm -it -v <BD_PATH>:/mnt/bd zoffline/bdinfocli-ng -wst /mnt/bd
This will not print anything to the shell unless there are errors. But if no errors, it will just print the result. So no files will be stored. Would highly appreciate this feature.
The text was updated successfully, but these errors were encountered: