
konsave
List of commands for konsave:
-
konsave:tldr:07502 konsave: List all profiles.$ konsave --listtry on your machineexplain this command
-
konsave:tldr:14304 konsave: Save the current configuration as a profile, overwriting existing profiles if they exist with the same name.$ konsave -s ${profile_name} --forcetry on your machineexplain this command
-
konsave:tldr:32027 konsave: Remove a profile.$ konsave --remove ${profile_name}try on your machineexplain this command
-
konsave:tldr:7d95c konsave: Import a `.knsv` profile.$ konsave --import-profile ${path-to-profile_name-knsv}try on your machineexplain this command
-
konsave:tldr:9029e konsave: Apply a profile.$ konsave --apply ${profile_name}try on your machineexplain this command
-
konsave:tldr:ae5ca konsave: Save the current configuration as a profile.$ konsave --save ${profile_name}try on your machineexplain this command
-
konsave:tldr:cca3c konsave: Export a profile as a `.knsv` to the home directory.$ konsave --export-profile ${profile_name}try on your machineexplain this command