summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-08 16:48:55 +0200
committerBert <ber.t@gmx.com>2011-09-08 16:48:55 +0200
commit0f91d28f40530fe306cc3e94b4c8a60fe4984efd (patch)
tree04ebbed393690edeb25382c460e6eed8e9aaf63c /README.md
parent70d37c583ced0e212f1a9b20ade41598a72ab69e (diff)
downloadnsxiv-0f91d28f40530fe306cc3e94b4c8a60fe4984efd.tar.zst
Added feature overview to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1104f09..d9e9f03 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,21 @@ want). 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.
+Features
+========
+
+* Basic image operations, e.g. zooming, panning, rotating
+* Customizable key and mouse button mappings (in *config.h*)
+* Thumbnail mode: grid of selectable previews of all images
+* Ability to cache thumbnails for fast re-loading
+* Basic support for multi-frame images
+
+Additional features, that need to be included at compile-time--see next section
+on how to enable them:
+
+* Play GIF animations
+* Auto-orientate JPEG images according to their EXIF tags
+
Installation
============
sxiv is built using the commands:
@@ -23,7 +38,7 @@ command to:
# make PREFIX="/your/dir" install
-All build-time specific settings can be found in the file "config.h". Please
+All build-time specific settings can be found in the file *config.h*. Please
check and change them, so that they fit your needs.
Additional features