Ending Lines With "\n" #346

Closed
opened 2026-01-19 18:29:58 +00:00 by michael · 5 comments
Owner

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

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
Author
Owner

@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.

@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.
Author
Owner

@robertopc commented on GitHub:

I added an 'echo' in the end of function in the .bashrc

@robertopc commented on GitHub: I added an 'echo' in the end of function in the .bashrc
Author
Owner

@Alirezaies commented on GitHub:

@MercuryxLion thanks, I'll keep this issue open until this solution will be added
+1

@Alirezaies commented on GitHub: @MercuryxLion thanks, I'll keep this issue open until this solution will be added +1
Author
Owner

@gingerbeardman commented on GitHub:

+1

@gingerbeardman commented on GitHub: +1
Author
Owner

@MercuryxLion commented on GitHub:

I solved this "problem" editing the transfer alias in my .bashrc. Using ** && printf '\n' >> $tmpfile **

Solution.txt

@MercuryxLion commented on GitHub: I solved this "problem" editing the transfer alias in my .bashrc. Using ** && printf '\n' >> $tmpfile ** [Solution.txt](https://github.com/dutchcoders/transfer.sh/files/1129922/Solution.txt)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#346