aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-06-11 09:52:36 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-06-11 09:52:36 +0200
commitbfd83e0960bda7c352a466671d0a4dce68cc1df8 (patch)
treecf115ba5d399c097e99dc8e2d55c69f0192ef03a /README.md
parent192270e3916b1f3ad4ff24b6b03ec66ea1d93fef (diff)
downloadfbida-bfd83e0960bda7c352a466671d0a4dce68cc1df8.tar.gz
add readme.mb, rename old readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1368421
--- /dev/null
+++ b/README.md
@@ -0,0 +1,30 @@
+[![Travis Status](https://travis-ci.com/kraxel/fbida.svg?branch=master)](https://travis-ci.com/kraxel/fbida)
+[![Copr Status](https://copr.fedorainfracloud.org/coprs/kraxel/mine.git/package/fbida/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/kraxel/mine.git/package/fbida/)
+
+# fbida
+
+There a bunch of tools in this repository, bundled togethere here
+because they share code. Two of them ("fbi" and "ida") form the repo
+name.
+
+## ida
+
+Motif image viewer, see [README.ida]
+
+## fbi
+
+Linux console image viewer. Runs on linux framebuffer devices (thus
+the name "fbi"). Can also use drm devices.
+
+## fbpdf
+
+Linux console pdf viewer. These days it is a standalone app using the
+the poppler library for pdf rendering.
+
+Originally it started as shell script which ran pdf/ps files through
+ghostscript to render the pdf into a stack of image files for fbi.
+
+## exiftran
+
+Transform jpeg images, like jpegtran, but unlike jpegtran it also
+transforms the exif thumbnail images.