commands.sh

konsave

linux

Save and apply your Linux customizations with just one command.

More info →

Options (7)

-s, --saveboolean

Save the current configuration as a profile

Example: konsave {{[-s|--save]}} {{profile_name}}
-a, --applyboolean

Apply a profile

Example: konsave {{[-a|--apply]}} {{profile_name}}
-f, --forceboolean

Save the current configuration as a profile, overwriting existing profiles if they exist with the same name

Example: konsave {{[-s|--save]}} {{profile_name}} {{[-f|--force]}}
-l, --listboolean

List all profiles

Example: konsave {{[-l|--list]}}
-r, --removeboolean

Remove a profile

Example: konsave {{[-r|--remove]}} {{profile_name}}
-e, --export-profileboolean

Export a profile as a `.knsv` to the home directory

Example: konsave {{[-e|--export-profile]}} {{profile_name}}
-i, --import-profileboolean

Import a `.knsv` profile

Example: konsave {{[-i|--import-profile]}} {{path/to/profile_name.knsv}}

Examples (7)

Save the current configuration as a profile

konsave [-s|--save] profile_name

Apply a profile

konsave [-a|--apply] profile_name

Save the current configuration as a profile, overwriting existing profiles if they exist with the same name

konsave [-s|--save] profile_name [-f|--force]

List all profiles

konsave [-l|--list]

Remove a profile

konsave [-r|--remove] profile_name

Export a profile as a `.knsv` to the home directory

konsave [-e|--export-profile] profile_name

Import a `.knsv` profile

konsave [-i|--import-profile] path/to/profile_name.knsv
made by @shridhargupta | data from tldr-pages