tldr-node-client icon indicating copy to clipboard operation
tldr-node-client copied to clipboard

Node.js command-line client for tldr pages

Results 52 tldr-node-client issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

enhancement
help wanted

## 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"....

bug

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...

enhancement

## Expected behavior It can be updated normallyIt can be updated normally ## Actual behavior ![1](https://user-images.githubusercontent.com/25658690/128584555-166d742b-31ae-4658-976d-1dd34498705b.png) ## Environment - Operating system - Linux - Node.js version - 12.22.2 - tldr-node-client...

bug

## 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...

bug