Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -10,28 +10,28 @@ source: https://github.com/tldr-pages/tldr.git
- Save the current configuration as a profile:
`konsave --save {{profile_name}}`
`konsave {{[-s|--save]}} {{profile_name}}`
- Apply a profile:
`konsave --apply {{profile_name}}`
`konsave {{[-a|--apply]}} {{profile_name}}`
- Save the current configuration as a profile, overwriting existing profiles if they exist with the same name:
`konsave -s {{profile_name}} --force`
`konsave {{[-s|--save]}} {{profile_name}} {{[-f|--force]}}`
- List all profiles:
`konsave --list`
`konsave {{[-l|--list]}}`
- Remove a profile:
`konsave --remove {{profile_name}}`
`konsave {{[-r|--remove]}} {{profile_name}}`
- Export a profile as a `.knsv` to the home directory:
`konsave --export-profile {{profile_name}}`
`konsave {{[-e|--export-profile]}} {{profile_name}}`
- Import a `.knsv` profile:
`konsave --import-profile {{path/to/profile_name.knsv}}`
`konsave {{[-i|--import-profile]}} {{path/to/profile_name.knsv}}`