2023-02-01 22:05:44 +00:00
|
|
|
# konsave
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Save and apply your Linux customizations with just one command.
|
2023-02-01 22:05:44 +00:00
|
|
|
> More information: <https://github.com/Prayag2/konsave>.
|
|
|
|
|
|
|
|
- Save the current configuration as a profile:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`konsave {{[-s|--save]}} {{profile_name}}`
|
2023-02-01 22:05:44 +00:00
|
|
|
|
|
|
|
- Apply a profile:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`konsave {{[-a|--apply]}} {{profile_name}}`
|
2023-02-01 22:05:44 +00:00
|
|
|
|
|
|
|
- Save the current configuration as a profile, overwriting existing profiles if they exist with the same name:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`konsave {{[-s|--save]}} {{profile_name}} {{[-f|--force]}}`
|
2023-02-01 22:05:44 +00:00
|
|
|
|
|
|
|
- List all profiles:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`konsave {{[-l|--list]}}`
|
2023-02-01 22:05:44 +00:00
|
|
|
|
|
|
|
- Remove a profile:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`konsave {{[-r|--remove]}} {{profile_name}}`
|
2023-02-01 22:05:44 +00:00
|
|
|
|
|
|
|
- Export a profile as a `.knsv` to the home directory:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`konsave {{[-e|--export-profile]}} {{profile_name}}`
|
2023-02-01 22:05:44 +00:00
|
|
|
|
|
|
|
- Import a `.knsv` profile:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`konsave {{[-i|--import-profile]}} {{path/to/profile_name.knsv}}`
|