diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -88,12 +88,15 @@ automatically when output is not a terminal. anything itself, so it is fast enough to run on every login; refreshing that file is nvchecker's job. -**installed** is resolved from three sources, in order: +**installed** is resolved from four sources, in order: -1. `/var/log/packages` for Slackware packages -2. `~/.local/state/appimage-updater/installed.json` for AppImages managed by +1. the `OPT_JSON` map, for apps unpacked under `/opt` that are none of the + below and carry their version in a JSON file (Electron apps such as Typora). + Each entry is a stanza name mapped to `<path>:<jq filter>`. +2. `/var/log/packages` for Slackware packages +3. `~/.local/state/appimage-updater/installed.json` for AppImages managed by [appimage-updater](https://git.danix.xyz/appimage-updater/) -3. `flatpak list` for flatpak apps +4. `flatpak list` for flatpak apps **repo** is the `VERSION=` line of `<repo>/<category>/<pkg>/<pkg>.info` across the configured SlackBuild repositories. |
