Commit graph

26 commits

Author SHA1 Message Date
Nicolas Cornu ffffb53a1d Add command 'X' to remove image from disk too 2017-03-06 16:46:33 +01:00
Dmitrij D. Czarkoff 34840c1148 Describe command "d" in manual
Fixes #97.
2016-11-17 08:42:49 +01:00
Dmitrij D. Czarkoff 6d8a963c9b Don't advertise hash sign usage with '-b' option
Most shells would interpret the hash sign as start of the comment, so command
with an unescaped hash sign will result in rather puzzling error message:

  $ imv -b #C0C0C0 files...
  Unknown argument 'b'. Aborting.

Although there is obvious workaround (detect 'b' in '?' case of getopt switch
and put more appropriate message), it generally makes more sense to suggest
plain hex values for input.
2016-10-23 03:41:47 +02:00
Hannes Koerber f1737ddd06 Add -x switch to exit imv when reaching end of file list. 2016-04-02 12:12:12 +02:00
Dmitrij D. Czarkoff 1013c0cd8b Add third scaling mode: best fit
* Add new switches: "-S" to force (default) "perfect fit" mode and "-s" to force
  "best fit" mode.
* Add new control key: "s" to switch scaling mode.
2016-01-16 02:54:31 +01:00
Dmitrij D. Czarkoff ecca345f3e Loading image data from standard input
This commit changes processing of arguments:

* When called without arguments (with or without flags), imv reads list of files
  from standard input.
* When called with "-" among arguments, read image data from standard input.
2016-01-14 21:43:36 +01:00
Dmitrij D. Czarkoff c61a0a90db Allow fractional slideshow timeout
Accept slideshow timeout expressed as fractional numbers.  It is intentionally
lax, so that arguments like ".1" or "5." are accepted and give no surprises.
2015-12-30 15:48:03 +01:00
Dmitrij D. Czarkoff 775b8ea73f Fix several issues with manual 2015-12-30 10:47:21 +01:00
Dmitrij D. Czarkoff a1455d9523 Rewrite manual page using mdoc(7) markup language 2015-12-29 23:32:26 +01:00
Dmitrij D. Czarkoff c681f5c58e Document default font in manual
Also reference the fonts.conf(5) manual, which explains fonts configuration.
2015-12-25 23:48:59 +01:00
Harry Jeffery 6b65212399 Document default background color 2015-12-11 15:32:42 +00:00
Aleksandra Kosiacka a08087af7a add -l option for listing all open images on exit
fixes #43
2015-12-10 14:02:47 +00:00
Harry Jeffery 40003f9a45 Add -t synopsis to manpage 2015-12-09 12:44:30 +00:00
Hannes Koerber 0dd3f6b104 Add slideshow option. 2015-12-09 10:50:16 +01:00
Harry Jeffery 81091690ba Add support for -n PATH starting specifier
Fixes #36
2015-11-20 11:43:38 +00:00
Harry Jeffery 2737649cef Use fontconfig to search for fonts 2015-11-19 23:25:33 +00:00
Harry Jeffery 28c53b379b Don't recommend -i in documentation 2015-11-19 16:08:12 +00:00
Harry Jeffery 53fd3b8f3a Add an overlay option '-d'.
TODO: The font needs to be configurable with an option.

Refs #35
2015-11-17 17:14:57 +00:00
Harry Jeffery d3e7f724f0 Add -u option for nearest neighbour resampling 2015-11-14 20:17:40 +00:00
Harry Jeffery 98ac48de35 Add -b option to set background 2015-11-14 17:05:55 +00:00
Michal Koutenský b966768258 add -n to manpage 2015-11-13 23:01:06 +01:00
Harry Jeffery 2615a3f2ba Relicence imv to GPLv2+ 2015-11-12 17:49:23 +00:00
Harry Jeffery 9cd0c1bd65 Print current image path to stdout
Fixes #10
2015-11-12 13:12:44 +00:00
Harry Jeffery 0f7b7cfda8 Add GPL information for the FreeImage library
Fixes #14
2015-11-12 13:08:49 +00:00
Harry Jeffery 2e5fd4864d Update manpage 2015-11-11 16:48:12 +00:00
Harry Jeffery c155280cb8 Move manpage into doc directory 2015-11-11 15:28:59 +00:00