lord63 / tldr.py

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

support fuzzy find #37

Closed lord63 closed 4 years ago

lord63 commented 6 years ago

when user input a command with typo, maybe have a better suggestion, like ruby's did you mean.

refs:

lord63 commented 6 years ago

Also remind user update the page and try again, we need tweak the message when tldr.py can't find the command page.

lord63 commented 6 years ago

We've had autocompletion #29.

lord63 commented 4 years ago

autocompletion is a bit slow, switch to rely on other robust tool, e.g. grep/fzf