11 Commits

Author SHA1 Message Date
Igor Murzov
0354981b1f feh: Add new sort type 2013-04-06 13:34:13 +04:00
Igor Murzov
9e04f3edc8 feh: Fix list of background styles.
It looks like I misinterpreted this string:
"Accepted values: checks (default), white, black."
2012-12-04 18:48:31 +04:00
Igor Murzov
52163a337f feh: Add new options introduced in feh-2.7. 2012-10-20 00:54:42 +04:00
Igor Murzov
63574c8f14 fbi, feh: Complete more supported file formats.
Since release 2.4 feh uses convert(1) from ImageMagick to load files in
unsupported formats just like fbi does, so add some more extensions to
the list of supported formats. Also add 'cdr' and 'otf', 'ttf' as these
formats are discovered to work fine.
2012-04-08 17:19:53 +04:00
Igor Murzov
d2a3db0b7a feh: Update option argument completions.
Some options were dropped in recent feh releases, and a couple of new
ones were added.
2012-04-08 17:13:05 +04:00
Igor Murzov
2e859f1a6c Cleanups: Be consistent, use $( foo ) instead of $(foo).
This partially reverts f0283e1c1b64202bb1adb9f44eac6fdfd80edece
2011-11-20 23:46:06 +03:00
Igor Murzov
f0283e1c1b Cleanups: Make code more compact.
Drop useless spaces, backslashes, return codes, unused arguments etc.
2011-11-20 17:10:58 +03:00
Ville Skyttä
3b8ef29ef3 Cleanups: Use [[ instead of [. 2011-11-09 23:28:11 +02:00
Ville Skyttä
0d10b94e7a Move Emacs indentation settings from every file to .dir-locals.el. 2011-11-01 22:14:45 +02:00
Ville Skyttä
20c05b43b6 Load completions in separate files dynamically, get rid of have(). 2011-10-12 00:19:50 +03:00
Igor Murzov
c7b9d08d17 feh: New completion.
NB: feh should be compiled with `make help=1`. Otherwise `feh --help`
will not print help message, and option completion will not work.
2011-09-26 02:59:14 +04:00