tldr-node-client
tldr-node-client copied to clipboard
Node.js command-line client for tldr pages
## Actual behavior Updating this client’s cache takes ~41 seconds. Loading the pages' cache takes `< 1 second`. The cache for the `--search` argument takes the rest of the time....
## Description Please explain the changes you made here. ## Checklist Please review this checklist before submitting a pull request. - [ ] Code compiles correctly - [ ] Created...
## Description Please explain the changes you made here. ## Checklist Please review this checklist before submitting a pull request. - [ ] Code compiles correctly - [ ] Created...
## Desired behaviour ``` $ tldr doesnotexist ✔ Page not found. Updating cache... ✔ Creating index... ... # takes 25 seconds for me $ tldr doesnotexist # run again immediately...
As a tldr maintainer (and user), I would like to be able to see the differences between my old state my new state of the pages when I update the...
## Expected behaviour Move the default config file location to `${XDG_CONFIG_HOME:-$HOME/.config}/tldr/tldrrc` Also move the default cache file location to `${XDG_CACHE_HOME:-$HOME/.cache}/tldr` ## Actual behaviour Current config file location `$HOME/.tldrrc` Current cache...
The completion files at [bin/completion](https://github.com/tldr-pages/tldr-node-client/tree/master/bin/completion) for `bash` and `zsh` currently aren't copied anywhere, so they cannot be seen by `bash` or `zsh`. For `bash` completion files have to go to...
Hi, The latest version of TLDR (3.3.7) does not work behind proxy :(. Below the errors that are displayed (proxy host and user masked). Thank you. ``` C:\work>tldr scp ×...
According to the [client spec](https://github.com/tldr-pages/tldr/blob/master/CLIENT-SPECIFICATION.md#arguments), the arguments for platform-specific commands should be `-p` and `--platform`. However, here it is `-o` and `--os`. Reference: https://github.com/tldr-pages/tldr/pull/5508#issuecomment-808466616
## Expected behaviour No problems loading the autocompletion plugin with oh-my-zsh. ## Actual behaviour The plugin doesn't load with the instructions given in [README.md for oh-my-zsh](https://github.com/tldr-pages/tldr-node-client#zsh) . I was able...