Options (7)
-s, --savebooleanSave the current configuration as a profile
Example:
konsave {{[-s|--save]}} {{profile_name}}-a, --applybooleanApply a profile
Example:
konsave {{[-a|--apply]}} {{profile_name}}-f, --forcebooleanSave 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, --listbooleanList all profiles
Example:
konsave {{[-l|--list]}}-r, --removebooleanRemove a profile
Example:
konsave {{[-r|--remove]}} {{profile_name}}-e, --export-profilebooleanExport a profile as a `.knsv` to the home directory
Example:
konsave {{[-e|--export-profile]}} {{profile_name}}-i, --import-profilebooleanImport 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_nameApply a profile
konsave [-a|--apply] profile_nameSave 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_nameExport a profile as a `.knsv` to the home directory
konsave [-e|--export-profile] profile_nameImport a `.knsv` profile
konsave [-i|--import-profile] path/to/profile_name.knsvmade by @shridhargupta | data from tldr-pages