]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/tldr.json
adds support for $HOME/.tigrc (#354)
[xdg-ninja.git] / programs / tldr.json
1 {
2 "name": "tldr",
3 "files": [
4 {
5 "path": "$HOME/.tldr",
6 "movable": true,
7 "help": "Tldr has multiple official clients, so the instructions depend on your installation method.\n\nIf you're using the C client, export the following environment variable:\n\n```bash\nexport TLDR_CACHE_DIR=\"$XDG_CACHE_HOME\"/tldr\n```\n\nThe Python client and tlrc (Rust client) use the correct XDG directory out of the box.\n\n**There is currently no way to use an XDG directory in the Node.js client.**\n"
8 },
9 {
10 "path": "$HOME/.tldrc",
11 "movable": true,
12 "help": "Tldr has multiple official clients, so the instructions depend on your installation method.\n\nIf you're using the C client, export the following environment variable:\n\n```bash\nexport TLDR_CACHE_DIR=\"$XDG_CACHE_HOME\"/tldr\n```\n\nThe Python client and tlrc (Rust client) use the correct XDG directory out of the box.\n\n**There is currently no way to use an XDG directory in the Node.js client.**\n"
13 }
14 ]
15 }