Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-31 00:19:32 +00:00
parent 05a60e354f
commit 17ca2e244e
9 changed files with 115 additions and 15 deletions

29
tldr/ludusavi Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ludusavi
> Backup video game save data.
> More information: <https://github.com/mtkennerly/ludusavi/blob/master/docs/cli.md>.
- Backup games:
`ludusavi backup --path {{path/to/backup}}`
- Restore games:
`ludusavi restore --path {{path/to/backup}} {{"game1" "game2" ...}}`
- List backups:
`ludusavi backups --path {{path/to/backup}}`
- Wrap launcher game:
`ludusavi wrap --gui --infer {{heroic|lutris|steam}} -- {{game_launch_commands}}`
- Wrap standalone game:
`ludusavi wrap --gui --name {{name}} -- {{game_launch_commands}}`