From c2427c138aebcd5392edf5f0a26d6bc6e6895002 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 9 Oct 2025 14:49:37 +0300 Subject: [PATCH] docs: mention multicall exports Signed-off-by: NotAShelf Change-Id: I6a6a6964c5f2d863774a214ab54bc17caa7c9bbb --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66354c8..a974185 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@
- + Build Status - + Dependency Status [!TIP] +> Stash provides `wl-copy` and `wl-paste` binaries for backwards compatibility +> with the `wl-clipboard` tools. If _must_ depend on those binaries by name, you +> may simply use the `wl-copy` and `wl-paste` provided as `wl-clipboard-rs` +> wrappers on your system. In other words, you can use +> `wl-paste --watch stash store` as an alternative to `stash watch` if +> preferred. + ### Options Some commands take additional flags to modify Stash's behavior. See each @@ -263,7 +272,7 @@ should know. - Stash adds a `watch` command to automatically store clipboard changes. This is an alternative to `wl-paste --watch cliphist list`. You can avoid shelling out and depending on `wl-paste` as Stash implements it through `wl-clipboard-rs` - crate. + crate and provides its own `wl-copy` and `wl-paste` binaries. ### TSV Export and Import @@ -316,3 +325,9 @@ figured out something new, e.g. a neat shell trick, feel free to add it here! ```bash cliphist list --db ~/.cache/cliphist/db | stash import ``` + +## License + +This project is made available under Mozilla Public License (MPL) version 2.0. +See [LICENSE](LICENSE) for more details on the exact conditions. An online copy +is provided [here](https://www.mozilla.org/en-US/MPL/2.0/).