From a7f9c51cce7f69f80a90d4a4c8b1c197ca6cc8cc Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Mon, 13 Jan 2020 10:16:23 +0530 Subject: [PATCH] Improve comparison `TAB f` in picpocket will open directories recursively --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1bd728..53c0d77 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ Run it from a text file containing one file name per line to open the listed fil ## Comparison with [picpocket](https://github.com/johanclaesson/picpocket) At a cursory glance, picpocket (v20180914) -* 👍 does not depend on any external programs -* 👎 does not open directories recursively -* 👎 cannot be used to visually mark files in Dired +* ✔️ does not depend on an external program +* ✔️ has better key customizability (to change the keys for sxiv itself, you need to modify its C source) +* ✔️ supports tagging images +* ✖️ has no way to mark files for batch operations +* ✖️ does not seem to center images in fullscreen mode ## Contributions and contact Feedback and MRs very welcome. 🙂