mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
docs: fix HTML formatting; mention Cliphist's features
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I92716daef01c00bbe8e75426c3662fbb6a6a6964
This commit is contained in:
parent
3a14860ae1
commit
ba2e29d5b7
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
|
@ -28,7 +28,7 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<br/>
|
<br/>
|
||||||
<a href="#features">Features</a><br/>
|
<a href="#features">Features</a><br/>
|
||||||
<a href="#installation">Installation</a> | <a href="#usage">Usage</a> | <a href="#usage">Motivation</a>
|
<a href="#installation">Installation</a> | <a href="#usage">Usage</a> | <a href="#usage">Motivation</a></br>
|
||||||
<a href="#tips--tricks">Tips and Tricks</a>
|
<a href="#tips--tricks">Tips and Tricks</a>
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -52,7 +52,19 @@ with many features such as but not necessarily limited to:
|
||||||
- Sensitive clipboard filtering via regex (see below)
|
- Sensitive clipboard filtering via regex (see below)
|
||||||
- Sensitive clipboard filtering by application (see below)
|
- Sensitive clipboard filtering by application (see below)
|
||||||
|
|
||||||
See [usage section](#usage) for more details.
|
on top of the existing features of Cliphist, which are as follows:
|
||||||
|
|
||||||
|
- Write clipboard changes to a history file.
|
||||||
|
- Recall history with dmenu, rofi, wofi (or whatever other picker you like).
|
||||||
|
- Both text and images are supported.
|
||||||
|
- Clipboard is preserved byte-for-byte.
|
||||||
|
- Leading/trailing whitespace, no whitespace, or newlines are preserved.
|
||||||
|
- Won’t break fancy editor selections like Vim wordwise, linewise, or block
|
||||||
|
mode.
|
||||||
|
|
||||||
|
Most of Stash's usage is documented in the [usage section](#usage) for more
|
||||||
|
details. Refer to the [Tips & Tricks section](#tips--tricks) for more "advanced"
|
||||||
|
features, or conveniences provided by Stash.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
@ -554,7 +566,8 @@ your database:
|
||||||
reclaim space and defragment the database. This is safe to run periodically.
|
reclaim space and defragment the database. This is safe to run periodically.
|
||||||
|
|
||||||
It is recommended to run `stash db vacuum` occasionally (e.g., monthly) to keep
|
It is recommended to run `stash db vacuum` occasionally (e.g., monthly) to keep
|
||||||
the database compact, especially after deleting many entries.
|
the database compact, especially after deleting many entries. You can, of
|
||||||
|
course, wipe the database entirely if it has grown too large.
|
||||||
|
|
||||||
## Attributions
|
## Attributions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue