1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 04:55:23 +02:00
tldr/pages/linux/konsave.md
Managor ae436c1b00
linux/*: add option placeholders (#16192)
* batch1

* batch2

* batch3

* batch4

* Update matchpathcon.md

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-04-19 21:21:53 +00:00

787 B

konsave

Save and apply your Linux customizations with just one command. More information: https://github.com/Prayag2/konsave.

  • 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}}