zed icon indicating copy to clipboard operation
zed copied to clipboard

Print "success" if error code is 0

Open corkrean opened this issue 2 years ago • 2 comments

Presently, nothing is printed to stdout if a write is successful. We could enhance the usability of Zed by printing a success message after a write returns error code 0.

corkrean avatar Mar 21 '23 18:03 corkrean

@corkrean We print out the zedtoken on success. Do you think we need more than that?

josephschorr avatar Jun 16 '23 21:06 josephschorr

Most unix-like tools don't output on success, so we tried that at first. However, if there's something that makes sense to output, we should (e.g. Joey's example of the zedtoken on write).

jzelinskie avatar Aug 14 '23 18:08 jzelinskie