]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/less.json
radian: .radian_history (#484)
[xdg-ninja.git] / programs / less.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.lesshst",
5 "movable": true,
6 "help": "Supported by default since **less** version 598. You can check your version with the following command:\n\n```bash\nless --version\n```\n\nIf your version is **not lower** than that, you can move the file to _$XDG_STATE_HOME/lesshst_.\n\n\nIf your version is **lower** than that, you need to export the following environment variables first:\n\n```bash\nexport LESSHISTFILE=\"${XDG_STATE_HOME}\"/lesshst\n```\n\nThen move the file.\n"
7 },
8 {
9 "path": "$HOME/.lesskey",
10 "movable": true,
11 "help": "Supported by default since **less** version 590. You can check your version with the following command:\n\n```bash\nless --version\n```\n\nIf your version is **not lower** than that, you can move the file to _$XDG_CONFIG_HOME/lesskey_.\n\n\nIf your version is **lower** than that, you need to export the following environment variables first:\n\n```bash\nexport LESSKEYIN=\"${XDG_CONFIG_HOME}\"/lesskey\n```\n\nThen move the file.\n"
12 }
13 ],
14 "name": "less"
15 }