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