Forrest logo
back to context overview

konsave

List of commands for konsave:

  • konsave:tldr:07502 konsave: List all profiles.
    $ konsave --list
    try on your machine
    explain 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} --force
    try on your machine
    explain this command
  • konsave:tldr:32027 konsave: Remove a profile.
    $ konsave --remove ${profile_name}
    try on your machine
    explain this command
  • konsave:tldr:7d95c konsave: Import a `.knsv` profile.
    $ konsave --import-profile ${path-to-profile_name-knsv}
    try on your machine
    explain this command
  • konsave:tldr:9029e konsave: Apply a profile.
    $ konsave --apply ${profile_name}
    try on your machine
    explain this command
  • konsave:tldr:ae5ca konsave: Save the current configuration as a profile.
    $ konsave --save ${profile_name}
    try on your machine
    explain this command
  • konsave:tldr:cca3c konsave: Export a profile as a `.knsv` to the home directory.
    $ konsave --export-profile ${profile_name}
    try on your machine
    explain this command
back to context overview