tldr.el icon indicating copy to clipboard operation
tldr.el copied to clipboard

tldr client for Emacs

Results 4 tldr.el issues
Sort by recently updated
recently updated
newest added

[[](https://github.com/tldr-pages/tldr/blob/main/pages/common/%5B.md) and [[[](https://github.com/tldr-pages/tldr/blob/main/pages/common/%5B%5B.md) are both supported pages at [tldr pages](https://github.com/tldr-pages/tldr/tree/main/pages/common). When searching for them in the linux client we get the error `Invalid regexp: "Unmatched [ or [^"`. Quoting with...

Part of `tldr-update-docs` tries to unzip into `user-emacs-directory`, which does not work for me because my `user-emacs-directory` is not user-writable. Instead of unzipping there and then moving to `tldr-directory-path`, could...

bug

I'm using Doom Emacs ```bash GNU Emacs v27.1 Doom core v3.0.0-pre Doom modules v22.09.0-pre ``` I installed tldr using the regular procedure `(package! tldr)`. Running `M-x tldr-update-docs` works just fine....

Highlight different kinds of placeholders differently based on their content. The following placeholder kinds should be recognized: - `{{path/to/file}}`, `{{path/to/directory}}` - `{{from..to}}` - `{{any}}` Trailing numbers should have a different...