lord63 / tldr.py

A python client for tldr: simplified and community-driven man pages.
MIT License
186 stars 18 forks source link

Support tilde and parameter expansion #39

Closed Boruch-Baum closed 6 years ago

Boruch-Baum commented 6 years ago

A user should be able to use '~' or shell variables such as ${HOME} when setting $TLDR_CONFIG_DIR or when responding to queries in `tldr init'.

lord63 commented 6 years ago

Yeah, see #32 . A future version will support it.