- Oct 29, 2016
-
-
Elliot Wolk authored
-
- Oct 15, 2016
-
-
Ernie Ewert authored
Fixed(?) Makefile document build issue for README.md
-
- Aug 28, 2016
-
-
Birte Kristina Friesel authored
-
- Aug 27, 2016
-
-
Birte Kristina Friesel authored
-
- May 28, 2016
-
-
guns authored
Many image collections are organized by directory, so it is nice to have jump-to-adjacent-directory navigation. e.g. Given the following file hierarchy: . ├── A │ ├── 1.jpg │ ├── 2.jpg │ └── C │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg └── B ├── 1.jpg ├── 2.jpg └── 3.jpg `feh --recursive` creates the following filelist: A/1.jpg <---- current_file A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg B/2.jpg B/3.jpg If we press [next_dir], we move the current_file pointer to: A/1.jpg A/2.jpg A/C/1.jpg <-- current_file A/C/2.jpg A/C/3.jpg B/1.jpg B/2.jpg B/3.jpg Pressing [next_dir] again moves the pointer to: A/1.jpg A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg <---- current_file B/2.jpg B/3.jpg [next_dir] now moves the pointer back to the top of the list: A/1.jpg <---- current_file A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg B/2.jpg B/3.jpg Pressing [prev_dir] from here moves backwards to the first image of the previous directory: A/1.jpg A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg <---- current_file B/2.jpg B/3.jpg When starting from an position that is not the first image of a directory, [prev_dir] moves the pointer to the first image of the current directory. These actions combine well with `--sort dirname` since all regular files in a directory will be sorted before any subdirectories, avoiding a filelist like the following: A/1.jpg A/SUBDIR/2.jpg A/SUBDIR/3.jpg A/4.jpg With `--sort dirname` that filelist becomes: A/1.jpg A/4.jpg A/SUBDIR/2.jpg A/SUBDIR/3.jpg
-
- Feb 10, 2016
-
-
Birte Kristina Friesel authored
-
- Jan 08, 2016
-
-
William Woodruff authored
* Added an --insecure option to disable host/peer verification in libcurl. This allows feh to load images on HTTPS hosts with self-signed certificates. For security, this is not the default. * Fixed an include in show_usage.
-
- Jun 22, 2015
-
-
James Knight authored
The following adds the ability, when using `feh` as a background setter, to use a specific Xinerama screen to render a provided image. Along with the provided '--bg-*' option, the '--xinerama-index' argument will be used to identify the index of the detected Xinerama screen to use. Signed-off-by:
James Knight <james.d.knight@live.com>
-
- Apr 14, 2014
-
-
Birte Kristina Friesel authored
-
- Feb 12, 2013
-
-
Birte Kristina Friesel authored
-
- Jan 30, 2013
-
-
Birte Kristina Friesel authored
Patch by sdaau on IRC. Thanks!
-
- Oct 13, 2012
-
-
Birte Kristina Friesel authored
-
- Aug 21, 2012
-
-
Birte Kristina Friesel authored
-
- May 25, 2012
-
-
Birte Kristina Friesel authored
-
- Mar 12, 2012
-
-
Birte Kristina Friesel authored
Problems so far: * leaks zombie processes * does not work when terminating feh with a signal (since the convert process is no longer in feh's process group)
-
- Jan 27, 2012
-
-
Birte Kristina Friesel authored
-
- Nov 03, 2011
-
-
Felix Crux authored
-
Felix Crux authored
-
- Sep 30, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 29, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 28, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 13, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 23, 2011
-
-
Birte Kristina Friesel authored
By default, feh draws white text with a black drop-shadow, which is well readable in most, but not all cases. The --draw-tinted option draws a semi-transparent black box around all texts. This improves readability, but does not look as nice, so it won't become default behaviour. It was suggested to use #7f7f7f7f for the background, but I decided that for small images surrounded by a black border.
-
- Aug 09, 2011
-
-
Yu-Jie Lin authored
-
- Jul 31, 2011
-
-
Yu-Jie Lin authored
A page is the window width or height. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com>
-
- Jun 07, 2011
-
-
Birte Kristina Friesel authored
-
- Mar 21, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 16, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 15, 2011
-
-
Andrew Potter authored
-
- Jan 22, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 17, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 15, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jan 14, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 13, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 14, 2010
-
-
Birte Kristina Friesel authored
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible.
-
- Sep 10, 2010
-
-
Birte Kristina Friesel authored
-
- Sep 05, 2010
-
-
Levi Smith authored
Option --action-hold-slide. If specified, when in slideshow mode images will not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
-
- Jul 17, 2010
-
-
Birte Kristina Friesel authored
-
- Jul 08, 2010
-
-
Birte Kristina Friesel authored
-