kuanyui / tldr.el

tldr client for Emacs
142 stars 16 forks source link

Missing pages of other folders than common #19

Closed technician77 closed 7 years ago

technician77 commented 7 years ago

Hello kuanyui,

I came across your package since abo-abo recommended it on reddit, which is quite an honour I think. Since I'm a network guy I was looking for certain commands, but it turns out that they are missing at least in the search. The shell command that updates/inflates the pages seems to be successful though.

It seems that the search is only conducted in the common folder and not the others.

inflating: z:/home/myuser/.emacs.d/tldr-master/pages/linux/ip.md  
inflating: z:/home/myuser/.emacs.d/tldr-master/pages/linux/iptables.md

image

With kind regards tech77

kuanyui commented 7 years ago

What's your OS?

technician77 commented 7 years ago

Win7-64

kuanyui commented 7 years ago

OK, in the beginning, I supposed that Windows users needn't manuals for UNIX tools until I started to use Windows + MSYS2 months earlier so I exclude them. I will fix it.

technician77 commented 7 years ago

Thanks, I mainly work on linux machines remotely. Even the osx commands might come in handy when I might need to check something on a customer machine. Macs are becoming increasingly poplular even in corporate environments.

kuanyui commented 7 years ago

Now you can customize like this:

(setq tldr-enabled-categories '("common" "linux" "osx" "sunos"))

Sorry for so late reply.