tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

Reduce empty lines in output #79

Closed floating-cat closed 4 years ago

floating-cat commented 5 years ago

Current python-client has 2 empty lines at the beginning of output, 3 empty lines at the end of the output.

How about reduce both empty line to 1 empty line (1 at the beginning, 1 at the end)? Because those extra empty lines look unnecessary/not practical when we use tldr in the terminal.

Though I agree the current version's screenshot in README.md looks beautiful, but it's not that beautiful in the terminal. (Of course we can still use that screenshot, but change this behavior in actual use).