Commit graph

41 commits

Author SHA1 Message Date
Harry Jeffery c0a7723905 Specify multiple binds on a single line 2018-11-26 21:32:27 +00:00
Harry Jeffery d2b8d20d43 Tweak scaling mode documentation 2018-11-26 20:10:02 +00:00
Harry Jeffery 57d7431b63
Merge pull request #131 from chocolateboy/document-scaling-mode-next
Document the "next" scaling mode
2018-11-26 20:08:32 +00:00
Jeinzi b5e646615e Adapted documentation. 2018-09-01 03:33:22 +02:00
chocolateboy e5b5a5cf0e document the "next" scaling mode 2018-07-15 17:28:24 +01:00
Harry Jeffery 6882c7a412 Update manpage 2018-05-08 20:43:02 +01:00
Harry Jeffery cfafe6d963 Fix out of date options in man page 2017-12-19 21:33:24 +00:00
Harry Jeffery 8f3d69f3e8 Add options for window width and height
Fixes #120
2017-12-02 15:55:20 +00:00
Harry Jeffery 6af2d4ec15 Add an open command 2017-11-30 22:42:53 +00:00
Harry Jeffery 5ffe450e06 Remove overlay font command line arg
Made irrelevant by the config option, why waste 'e' on it.
2017-11-30 21:57:01 +00:00
Harry Jeffery 11919464cf Make -u argument take an argument 2017-11-30 21:16:15 +00:00
Harry Jeffery 8a2094efa4 Merge a,s,S flags to -s <mode> 2017-11-30 21:53:48 +00:00
Harry Jeffery b475e42555 Fix typo in manual 2017-11-30 21:41:34 +00:00
Harry Jeffery 0ef0625dc2 Write docs with asciidoc 2017-11-29 23:14:22 +00:00
Harry Jeffery 39509816cf Tweak wording in man page 2017-08-22 21:35:27 +01:00
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