aboutsummaryrefslogtreecommitdiff
path: root/graphics/sxiv/README
diff options
context:
space:
mode:
authorKen Rimlinger <ken@nurupoga.org>2013-10-28 15:40:04 +0100
committerRobby Workman <rworkman@slackbuilds.org>2013-10-29 20:12:24 -0500
commitbc800d423ac701f922abd560b7400fd022080b49 (patch)
tree249b10206ad5376c263d334bdc0c0b180682ead2 /graphics/sxiv/README
parentabad27b51b514d763b6dff5c5c2f9f9f7e817eb3 (diff)
graphics/sxiv: Added (image viewer).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 000000000000..743d519c8645
--- /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.