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

Node.js command-line client for tldr pages

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

## Description This PR fixed the problem that command `tldr --update` does not work with proxy. These unresolved issues originate from the same reason: * #378 * #340 * #326...

hacktoberfest-accepted

It would be super nice if `tldr -u` provided a more comprehensive output, like how many new commands were added. Right now it's a bit sad to just see _Successfully...

enhancement

On numerous occasions, TL;DR has accepted a merge request which doesn't follow the required directory structure. The most recent example is accepting a file under `/pages.es/common/asar.md/asar.md`. When this happens, I...

## Expected behavior Highlight integer/floating point number placeholders, string and boolean ones differently: add option to config to specify what color is required for such placeholder kind. ## Actual behavior...

enhancement
help wanted

## Expected behavior Highlight generic path placeholders `{{path/to/file}}`, `{{path/to/directory}}` (wigh optional number suffixes) differently: add option to config to specify what color is required for such placeholder kind. ## Actual...

following up #420 I ended up there while bisecting `repository` → `repositoryBase` 's silent (and partialy a breaking) change. I believe this PR removed support of setting `repository` in the...

## Description This PR adds support for generating package provenance on publishing a release. Check out https://docs.npmjs.com/generating-provenance-statements for more information. ## Checklist Please review this checklist before submitting a pull...

tldr --update ⠧ Updating.../usr/local/lib/node_modules/tldr/node_modules/adm-zip/adm-zip.js:62 throw Utils.Errors.INVALID_FILENAME(); ^ Error: ADM-ZIP: Invalid filename at Object.INVALID_FILENAME (/usr/local/lib/node_modules/tldr/node_modules/adm-zip/util/errors.js:56:16) at new module.exports (/usr/local/lib/node_modules/tldr/node_modules/adm-zip/adm-zip.js:62:32) at WriteStream. (/usr/local/lib/node_modules/tldr/lib/remote.js:32:21) at WriteStream.emit (node:events:529:35) at finish (node:internal/streams/writable:748:10) at finishMaybe (node:internal/streams/writable:733:9)...

## Description Implementation of the issue #397 . In order to make it work, the theme needs to have defined the colors for `exampleNumber`, `exampleBool`, and `exampleString`. If it does...

## Description I've implemented the auto-completion feature suggested in roadmap issue #342. A new `completion.js` file was created to generate and install auto-completion scripts for both bash and zsh shells....