From c22ff713e392ddb0e45bd71feb768e63a3d9fefe Mon Sep 17 00:00:00 2001 From: yory8 <> Date: Sun, 27 Oct 2019 09:22:40 +0100 Subject: [PATCH] docs: document new `restore` command --- CHANGELOG.md | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25367b..84fe9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Next + +**New features** + +- `restore` command to serve the last history item, useful when run at startup. + # 1.1 **New features** diff --git a/README.md b/README.md index 4acc5bf..8ada7cb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ For primary clipboard support, `clipman pick --histpath="~/.local/share/clipman- To remove items from history, `clipman clear` and `clipman clear --all`. +To serve the last history item at startup, add `exec clipman restore` to your Sway config. + For more options: `clipman -h`. ## Known Issues