bin/src
Egor Tensin f3ef493ddf In plaintext mode, end with a newline
A curl call like

    curl -X PUT --data-binary @data.txt https://host/

outputs the paste URL without a newline a-la

    https://host/somepastenamewhich can mess up the terminal prompt. I

don't really see the downside of adding a newline. The workflow of

    url="$( curl -X PUT --data-binary @data.txt https://host/ )"
    curl "$url"

still works, since the shell strips the newline in command
substitutions.
2023-12-24 15:14:46 +00:00
..
errors.rs Fix build 2023-11-27 19:48:45 +00:00
highlight.rs Update dependencies 2023-11-27 20:14:54 +00:00
io.rs Add bat for its extended syntax sets 2022-03-14 22:45:27 +00:00
main.rs In plaintext mode, end with a newline 2023-12-24 15:14:46 +00:00
params.rs Add bat for its extended syntax sets 2022-03-14 22:45:27 +00:00