zlin / wgetpaste

MIT License
34 stars 18 forks source link

Remove "Your paste can be seen here:" output #19

Closed ManDay closed 1 year ago

ManDay commented 4 years ago

I think this line should be removed or at least omitted unless --verbose. It doesn't seem good practice for a simple tool, just as if cat wrote "Here is your data:" to stderr on every invocation. It would be nice to just be able to run /exec -o wgetpaste file.txt in Weechat, too.

bcattaneo commented 4 years ago

Thinking about compatibility (maybe someone is already expecting such line and parsing accordingly), maybe it could be a new flag that avoids such line when defined.

mjeveritt commented 4 years ago

Maybe a --quiet or --silent option? or something like --bare or --minimal .. :thinking:

ezzieyguywuf commented 3 years ago

I agree the default should be bare output.

Cogitri commented 3 years ago

Patches welcome, I suppose

nvinson commented 3 years ago

FYI: That message is not printed to the screen if stderr is redirected to a file or /dev/null.