summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorLines
2020-06-17Merge pull request #500 from reiseb/masterDaniel Friesel-0/+4
add option 'a' to show play/paused information in slideshow mode
2020-06-16change play/pause to playing/paused to improve UXreiseb-1/+1
2020-06-16add option 'a' to show play/paused information in slideshow modereiseb-0/+4
2020-06-15Enable --version-sort on systems without strverscmp()Tim van der Molen-5/+0
The --version-sort option requires strverscmp(), but this is a glibc extension that does not exist on OpenBSD and other systems. To enable --version-sort on those systems, provide an internal implementation of strverscmp(). The implementation is from the musl C library and is MIT-licensed. The build process remains the same: the verscmp flag should be set to 1 only if strverscmp() is available in libc. If verscmp is 0, then the internal implementation is used.
2020-04-11update copyrightDaniel Friesel-1/+1
2020-04-11feh(1): clarify that --start-at does work for local URLsDaniel Friesel-1/+1
2020-03-30add manpage entry for HTTP cacheDaniel Friesel-0/+13
It's called conversion-cache for now, as it will also be used for ImageMagick/dcraw-sourced images in the future. This should also help avoid confusion between HTTP/ImageMagick/dcraw cache (files on disk), Imlib2 cache (images in memory), and thumbnail cache.
2020-03-29Document --start-at adjustmentsDaniel Friesel-0/+7
2020-02-01--image-bg: Note that # may need to be escaped in some shellsDaniel Friesel-0/+2
Closes #506
2019-10-11Allow setting the X11 class hint as an option.Olof-Joachim Frahm-2/+9
2019-07-22Use --no-fehbg in .fehbg commandlineDaniel Friesel-0/+6
This ensures that X11 layout or other changes do not affect the .fehbg contents, which are meant to only be updated when a --bg-option is used manually. Closes #482
2019-04-18feh(1): Distinguish between enabled/disabled features more clearlyDaniel Friesel-7/+25
2019-04-12run mandoc linterDaniel Friesel-7/+9
2019-04-12re-add --auto-reload to manualDaniel Friesel-1/+18
2019-04-01Merge remote-tracking branch 'original/master'Sven Willner-225/+209
2019-03-26Make SIGUSR1 / SIGUSR2 relaod the current image in single-file slideshowsDaniel Friesel-3/+7
2019-02-16feh(1): Add example for showing only landscape-mode picturesDaniel Friesel-0/+6
2019-01-21Update "man/feh.pre"guraga-24/+28
Small fixes in man page.
2018-12-23feh(1): Document maximum line length and splitting details in themes fileDaniel Friesel-0/+3
2018-12-07feh(1): key/mouse actions are not handled when loading via libcurlDaniel Friesel-1/+7
2018-11-21Release v3.13.1Daniel Friesel-1/+1
2018-11-19--start-at: Auto-load directory when no other files are specifiedDaniel Friesel-7/+21
This changes the behaviour of "feh --start-at FILENAME" as follows: Previously, this would cause feh to load all files in the current working directory, since no files or filelists were specified on the command line. Now this is a special case: feh will extract the directory component from FILENAME, load all files in that directory, and display FILENAME. This way, it's possible to use "feh --start-at ~%f" in XDG Desktop files and browse files in feh using the prev/next keys Closes #372 Closes #420
2018-11-18--start-at: Compare basenames if exact match failedDaniel Friesel-13/+10
This more closely resembles the expected behaviour of --start-at, but may lead to mismatches if several files in the filelist have the same basename. Closes #206 Related to #372 and #420
2018-11-18feh(1): --output-dir does not affect -o / -ODaniel Friesel-1/+3
2018-11-18Merge branch 'output-directory-for-image-saving' of ↵Daniel Friesel-1/+1
https://github.com/Ferada/feh into Ferada-output-directory-for-image-saving
2018-11-18feh(1): Sort options lexicallyDaniel Friesel-22/+22
2018-11-18Improve README and feh(1) introductionDaniel Friesel-15/+10
2018-11-08Change default toggle_fullscreen key to "f"Daniel Friesel-7/+7
This is in line with other software. save_filelist now defaults to "L".
2018-11-07Further manpage refinementsDaniel Friesel-40/+34
2018-11-06Improve parts of feh(1)Daniel Friesel-15/+21
2018-11-04Document new editing behaviourDaniel Friesel-4/+24
2018-11-04Remove feh-cam and gen-cam-menuDaniel Friesel-90/+0
2018-11-04feh(1): Note that --version-sort needs --sort to be setDaniel Friesel-6/+29
closes #431
2018-10-03Use output directory for image saving command.Olof-Joachim Frahm-1/+1
2018-09-13Merge branch 'master' of github.com:derf/fehSven Willner-287/+469
2018-08-29--on-last-slide=hold is not limited to slideshow-delayDaniel Friesel-2/+1
2018-08-29Document --on-last-slideDaniel Friesel-6/+36
2018-08-05Update magick/dcraw/timeout documentation in feh(1)Daniel Friesel-6/+9
2018-08-02Update --geometry documentation in feh(1)Daniel Friesel-2/+3
2018-05-11feh(1): Note that Mod1 is now supported for terminal inputDaniel Friesel-1/+4
2018-05-11feh(1): Fix thumbnail pathDaniel Friesel-5/+8
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-05-11Use custom temporary directory for ImageMagick calls and clean it up afterwardsDaniel Friesel-15/+0
2018-05-10Only save background setting-related options in ~/.fehbgDaniel Friesel-8/+0
This restores pre-2.21 ~/.fehbg behaviour. Replicating the entire commandline in ~/.fehbg turned out to do more harm than good. Closes #398
2018-04-18Document ~/.fehbg a bit more preciselyDaniel Friesel-5/+8
2018-04-07feh.1: Silence mandoc warningsorbea-5/+3
man -Tlint feh STYLE: no blank before trailing delimiter: Em Note: WARNING: skipping paragraph macro: Pp after Sh no blank before trailing delimiter (mdoc) The last argument of a macro that supports trailing delimiter arguments is longer than one byte and ends with a trailing delimiter. Consider inserting a blank such that the delimiter becomes a separate argument, thus moving it out of the scope of the macro. skipping paragraph macro In mdoc(7) documents, this happens - at the beginning and end of sections and subsections - right before non-compact lists and displays - at the end of items in non-column, non-compact lists - and for multiple consecutive paragraph macros. In man(7) documents, it happens - for empty P, PP, and LP macros - for IP macros having neither head nor body arguments - for br or sp right after SH or SS https://man.openbsd.org/mandoc.1 man: feh.1:1483:9: STYLE: no blank before trailing delimiter: Em Note: man: feh.1:1897:2: WARNING: skipping paragraph macro: Pp after Sh There are two warnings here. 1. This is fixed by adding a zero-width space (\&) so that the trailing delimiter character (:) is no longer at the end. This also adds this to a few other similar examples. The man page should render the same after this change. 2. Removed an extra .Pp macro as suggested by the warning, this does not change how the man page renders.
2018-04-04feh.1: Silence mandoc warningsorbea-5/+5
This fixes the following mandoc warnings. man -Tlint feh WARNING: skipping empty macro: No skipping empty macro (mdoc) The indicated macro has no arguments and hence no effect. man: /tmp/man1/feh.1:16:14: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:16:34: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:179:2: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:387:48: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:785:26: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:785:38: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:823:26: WARNING: skipping empty macro: No
2018-04-04feh(1): Fix typosDaniel Friesel-4/+4
2018-04-04Merge branch 'man' of https://github.com/orbea/feh into orbea-manDaniel Friesel-199/+279
2018-04-04Add %g and %Z format specifiers (closes #391)Daniel Friesel-2/+11