mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Ending Lines With "\n" #346
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Alirezaies on GitHub.
Hello
thank you for this usefull app.
please add "\n" at the end of response as zsh shows
https://transfer.sh/2hWcO/.zshrc%.thanks
@pepa65 commented on GitHub:
Because the output is a URL, it is never going to be confusing to add the newline to the output. In those rare cases, it can always be easily stripped. This is basic usability.
@robertopc commented on GitHub:
I added an 'echo' in the end of function in the .bashrc
@Alirezaies commented on GitHub:
@MercuryxLion thanks, I'll keep this issue open until this solution will be added
+1
@gingerbeardman commented on GitHub:
+1
@MercuryxLion commented on GitHub:
I solved this "problem" editing the transfer alias in my .bashrc. Using ** && printf '\n' >> $tmpfile **
Solution.txt