tldr-node-client
tldr-node-client copied to clipboard
Node.js command-line client for tldr pages
fix completion path ## Description Change unclear relative path to real absolute path for user setup. ## Checklist - [x] Code compiles correctly - [x] Created tests, if possible -...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hi! I like the idea of `tldr`! But it would be very nice to have an easier way to add Markdown files for custom commands. I want to add tldr-pages...
> It is a reasonable request. But since the pages are internal to your team, I am wondering how much effort is it to just periodically fetch the master pages...
## Expected behavior When I execute the command `tldr --search editor`, then the result list should contain the entry "nano", because the text of this page contains the word "editor"....
The current minimum engine version is Node 6 for this client. That version of node was EOL in April 2019. The next LTS version (8) was EOL in December 2019...
## Expected behavior It can be updated normallyIt can be updated normally ## Actual behavior  ## Environment - Operating system - Linux - Node.js version - 12.22.2 - tldr-node-client...
## Description Require argument parameters and limit `-o, --os` argument choices. (Bumps `commander` to v8.) /cc @marchersimon ## Checklist Please review this checklist before submitting a pull request. - [x]...
## Expected behaviour Command-line auto-completion to work. ## Actual behaviour According to [README.md](https://github.com/tldr-pages/tldr-node-client#bash) , I made a soft link (`ln -s bin/completion/bash/tldr ~/.tldr-completion.bash `). But the file **bin/completion/bash/tldr** does not...