-
Notifications
You must be signed in to change notification settings - Fork 60
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
Users get confused by not seeing anything happening #112
Comments
I personally don't think it would be terrible if an abbreviated version of
I figure there's no way that you would accept that, though. :| Another option could be making |
Adding |
Hmm. What about a |
Any progress parameter would be useful for the GUI too. I'd be happy to incorporate an extra piece of useful info along with the loading gif. On the original FAQ, personally I have nothing against the command line client running silently by default. I think it works well like this in true allegiance to UNIX utils. Any command line user should be apt enough to check on its status on his own or ask for verbosity. How about also printing network progress on SIGINFO along with current file. |
I see isatty() is used elsewhere in the project. Not uncommon to use that to decide whether or not to print something useful. |
On 03/16/18 00:17, Brendan wrote:
I see isatty() is used elsewhere in the project. Not uncommon to use that to
decide whether or not to print something useful.
Hmm, that's an idea. We'd need to be careful though -- using isatty that way
would risk severe confusion when people see output at the console and then
can't figure out why it isn't showing up when they pipe tarsnap's output to
another process...
Colin Percival
|
This is still worth doing! It confused me! (Though this is a funny case where the open issue is its own solution.) |
Like all good UNIX utilities, tarsnap runs quietly unless it has a reason to be noisy (e.g., an error occurred, or the user asked for verbosity). Unfortunately this is provoking a FAQ: "Tarsnap doesn't seem to be doing anything, did it hang?"
I think the solution to this might simply be better documentation, but I'm creating the issue here in case anyone wants to chime in with suggestions.
The text was updated successfully, but these errors were encountered: