From 336dffa5eb65cb87aa8b873b7760a67e2e3070e3 Mon Sep 17 00:00:00 2001 From: abdfnx Date: Mon, 3 Jan 2022 21:44:28 +0300 Subject: [PATCH] docs: add `resto settings` example to root command, add the new shortcuts --- README.md | 2 ++ cmd/resto/root.go | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 1eaea9d..acff7a3 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,9 @@ iwr -useb https://git.io/resto-win | iex - Ctrl+P: **Open Resto Panel** - Ctrl+H: **Open Help Guide** +- Ctrl+E: **Open Settings** - Ctrl+S: **Save Request Body** +- Ctrl+U: **Update Your Resto** - Ctrl+Q: **Quit** ## Documentation diff --git a/cmd/resto/root.go b/cmd/resto/root.go index bf7cbf4..9e237b7 100755 --- a/cmd/resto/root.go +++ b/cmd/resto/root.go @@ -55,6 +55,9 @@ func Execute(f *factory.Factory, version string, buildDate string) *cobra.Comman # Get the latest release/tag of a repository (github, gitlab, bitbucket) resto get-latest microsoft/vscode + + # Update resto settings + resto settings set theme dracula `), Annotations: map[string]string{ "help:tellus": heredoc.Doc(`