mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 20:55:24 +02:00
konsave: add page (#9773)
This commit is contained in:
parent
d47aa9047a
commit
4fa6b9a557
1 changed files with 32 additions and 0 deletions
32
pages/linux/konsave.md
Normal file
32
pages/linux/konsave.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# konsave
|
||||
|
||||
> A CLI program that lets you save and apply your Linux customizations with just one command.
|
||||
> More information: <https://github.com/Prayag2/konsave>.
|
||||
|
||||
- Save the current configuration as a profile:
|
||||
|
||||
`konsave --save {{profile_name}}`
|
||||
|
||||
- Apply a profile:
|
||||
|
||||
`konsave --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`
|
||||
|
||||
- List all profiles:
|
||||
|
||||
`konsave --list`
|
||||
|
||||
- Remove a profile:
|
||||
|
||||
`konsave --remove {{profile_name}}`
|
||||
|
||||
- Export a profile as a `.knsv` to the home directory:
|
||||
|
||||
`konsave --export-profile {{profile_name}}`
|
||||
|
||||
- Import a `.knsv` profile:
|
||||
|
||||
`konsave --import-profile {{path/to/profile_name.knsv}}`
|
Loading…
Add table
Reference in a new issue