From 9ba0cb32e91f632ad1bd1536ac524f298457738a Mon Sep 17 00:00:00 2001 From: vlw Date: Sun, 29 Mar 2026 13:09:54 +0200 Subject: [PATCH] docs: add save and load script reference to README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c1d80..3dee0be 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,14 @@ Run the `curl.sh` file from your shell and pass it two parametes for URL and req ```sh ./curl.sh https://example.com GET -``` \ No newline at end of file +``` + +# Save and load configurations +The `save.sh` script allows you to save and load configurations so you can easily switch between them. + +Command|Description +--|-- +`./save.sh save `|Save the current configuration where `` is the name of this configuration +`./save.sh move `|Move the current configuration where `` is the name of this configuration. A new empty configuration will be created. +`./save.sh load `|Load a saved configuration where `` is the name of the target configuration. The current configuration will be saved as `._backup`. +`./save.sh list`|List all saved configurations \ No newline at end of file