diff options
author | EuAndreh <eu@euandre.org> | 2021-06-13 18:52:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-13 18:52:57 -0300 |
commit | 5250653251d4d2329a2377f206e7549d45220483 (patch) | |
tree | c1cf109b48d0f79a006b70f2a4e678c35ec02b8b | |
parent | CHANGELOG.md: s/Remove/Removed/ (diff) | |
download | remembering-5250653251d4d2329a2377f206e7549d45220483.tar.gz remembering-5250653251d4d2329a2377f206e7549d45220483.tar.xz |
Make README.md and long-description congruent
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | long-description | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -2,6 +2,10 @@ Add memory to [`dmenu`][dmenu], [`fzf`][fzf] and similar tools. +It can wrap such tools to accumulate preferences over time, and +re-arrange the input according to common picks. + + ## Usage Replace: diff --git a/long-description b/long-description index fb80bc0..4cba359 100644 --- a/long-description +++ b/long-description @@ -1,4 +1,2 @@ -Remembering is a tool to add memory to dmenu, fzf and similar tools. - -It can wrap such tools to accumulate preferences over time, and re-arrange the -input according to common picks. +It can wrap such tools to accumulate preferences over time, and +re-arrange the input according to common picks. |