tldr-node-client
tldr-node-client copied to clipboard
Node.js command-line client for tldr pages
## Expected behaviour I would like a CLI option to load another config file instead of the default .tldrrc ## Actual behaviour Only the config file ```~/.tldrrc``` is admitted. ##...
## Expected behaviour On doing, `tldr search in-place`, I should get the `sed` page which has the word "in-place" in it. ## Actual behaviour ``` $tldr search in-place Searching for:...
## Expected behaviour - Don't update the cache again if the last update happens within a certain period of time, or - Just tell the user the command (page) doesn't...
This gives us benefits already mentioned here - https://github.com/tldr-pages/tldr-node-client/issues/9#issuecomment-251653388 Citing them again for easy lookup- #### Speed: Incremental changes We get incremental changes pulled in: a fetch can download as...
## Expected behavior --language -L is not support ## Environment - Operating system - windows 11 - Node.js version - 16.13.1 - tldr-node-client version - 3.3.8
## Expected behavior Output should be separated by newlines just like the official rust client. ## Actual behavior Output is in a single line string separated by commas. This makes...
## Expected behavior Continuing https://github.com/tldr-pages/tldr/issues/5190#issuecomment-1852054873 (cc @sbrl). The rendered output of pages should be displayed as is without a redundant "See also:" entry below the pages. ## Actual behavior Currently,...
I just installed tldr on my Windows system and no matter what I do, I can't seem to get the cache setup. I've tried using `tldr tar`, `tldr --update`, `tldr...
## Client Specification Changelog 📜 - Add a requirement to support escaping the placeholder syntax on certain pages. - Add suggestion to detect new platforms added to the relevant pages...
Installed npm using nvm. Then installed tldr without sudo ## Expected behavior tldr should not throw up any error while running tldr -u ## Actual behavior An error when running...