tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
592 stars 92 forks source link

fix: return `str` instead of `list` when executing `tldr -l` #222

Closed uunnxx closed 7 months ago

uunnxx commented 9 months ago

Return str separated by \n.

It helps when using by other programs, like fzf I've alias: alias ch="tldr \$(tldr -l | fzf)" so it'll search through all pages.

focused_window_2023-10-29_09-24-04_900x450

Closes #221.

vitorhcl commented 7 months ago

@kbdharun @acuteenvy as this is a minor change, I think you can apply @acuteenvy's suggestion and merge this