mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 10:57:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user