summaryrefslogtreecommitdiff
path: root/graphics/sxiv/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sxiv/README')
-rw-r--r--graphics/sxiv/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/sxiv/README b/graphics/sxiv/README
new file mode 100644
index 0000000000..743d519c86
--- /dev/null
+++ b/graphics/sxiv/README
@@ -0,0 +1,7 @@
+sxiv is an alternative to feh and qiv. Its only dependencies besides
+xlib are imlib2 and giflib. The primary goal for writing sxiv is
+to create an image viewer, which only has the most basic features
+required for fast image viewing.
+It has vi key bindings and works nicely with tiling window managers.
+Its code base should be kept small and clean to make it easy for
+you to dig into it and customize it for your needs.