lord63 / tldr.py

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

tldr find command is dumb. #47

Closed PointyFluff closed 4 years ago

PointyFluff commented 4 years ago

I don't want to type more than I have to. Forked so I can fix this.

lord63 commented 4 years ago

Mentioned in FAQ:

Q: I want a short command like tldr COMMAND, not tldr find COMMAND.

A: I'm afraid not, but you can add an alias: alias howto='tldr find', then use howto tar.