tldr-c-client
tldr-c-client copied to clipboard
C command-line client for tldr pages
Currently, `TLDR_HOME` is hard-coded in `src/tldr.h` to point to `~/.tldrc`. It would be nice to configure this location via environment variables or a config file. I personally would prefer to...
## Reproduction Rate always, a lot ## Steps to Reproduce tldr -u ## Result e.g. Error: Could Not Rename: /tmp/tldrmkhmBO/tldr-master to /home/roger/.tldrc/tldr-master/ ## Expected Result File renamed and moved ##...
## Reproduction Rate Always ## Steps to Reproduce OS: Pop_OS! 22.04 (Ubuntu-based) ``` ❯ brew install tldr ==> Downloading https://ghcr.io/v2/homebrew/core/tldr/manifests/1.5.0 Already downloaded: /home/jp/.cache/Homebrew/downloads/5ce896f3ef77116e85ee637f74d355724ba1f637c129324296d0d0422b79d7d3--tldr-1.5.0.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/tldr/blobs/sha256:948fa2f4233dc829670e11d5eed35ac8180383d Already downloaded: /home/jp/.cache/Homebrew/downloads/b7e71b27bd44c29e33162bd843053d09b7ec12e51b6cee35a4ded1b50acc7b32--tldr--1.5.0.x86_64_linux.bottle.tar.gz ==>...
## What does it do? Improves `complete.bash` by: - removing the redundant loop in `_tldr_get_files()`, which does nothing but re-`echo`es the same output. - removing the redundant `| sort |...
I'm using `fish shell` and `find` is alias to display `Use fd` to force myself to use a new tool. When I try to use `tldr` the auto complete script...
## Expected behavior tldr -u (tldr --update) should be quick if the local database is up to date. ## Actual behavior tldr takes ~4s and sometimes more. I am not...
## Reproduction Rate Every time when I open the shell. ## Steps to Reproduce Set zsh autocomplete as mentioned in the instructions. ## Result I get an error: `` /Users/XXX/.tldr.complete:9:...
`tldr scriptreplay` via c-client returns "this page doesn't exist yet" (of note, this also happens on https://tldr.ostera.io/) Yet the node tldr returns the tldr page.
I think it's worth mentioning to add more verbosity to `--update` flag since we could not see anything in this first place. How about: * How many data will be...
## Reproduction Rate every time ## Steps to Reproduce - set locale to the Romanian language sudo apt install tldr tldr todoist ## Result todoist page is shown in English...