Danilo Bargen

Results 535 comments of Danilo Bargen

Ok 🙂 I guess it shouldn't be too hard to add proper Android support.

A pull request would be welcome. Note that "android" is a dedicated platform type supported by tldr (with some Android-specific pages available), so the `PlatformType` should be extended with an...

Android support should be working since #267 was merged. Could you test building the `main` branch?

@leleliu008 thanks for testing! @niklasmohrin I agree that having CI would be nice to have.

Right now, the cache directory is expected to be a cache under the control of tealdeer. This is shown for example in the PR #206, where we are adding a...

Yeah, I agree. It would definitely add more complexity to the parsing and output code. If a lot of people would think that this is useful, then we could think...

For now I'll close this issue to keep the issue tracker cleaner. If someone feels this would be useful, feel free to still give the initial post a 👍🏻 reaction.

Hi! Could you maybe override `XDG_CONFIG_HOME`? ``` $ XDG_CONFIG_HOME=/tmp tldr --config-path Config path is: /tmp/tealdeer/config.toml ```

Yeah, I suppose a `--config` flag wouldn't hurt :slightly_smiling_face:

`--config-path` is already deprecated: ``` danilo@c3po:~$ tldr --config-path Warning: The --config-path flag is deprecated, use --show-paths instead Config path is: /home/danilo/.config/tealdeer/config.toml ``` It will be removed in a future version.