docs: document new restore command

This commit is contained in:
yory8 2019-10-27 09:22:40 +01:00
parent 676fea9c99
commit c22ff713e3
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
# Next
**New features**
- `restore` command to serve the last history item, useful when run at startup.
# 1.1 # 1.1
**New features** **New features**

View file

@ -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 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`. For more options: `clipman -h`.
## Known Issues ## Known Issues