Skip to content
Snippets Groups Projects
  1. Mar 30, 2020
    • Birte Kristina Friesel's avatar
      add manpage entry for HTTP cache · 4702ace2
      Birte Kristina Friesel authored
      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.
      4702ace2
  2. Mar 29, 2020
  3. Feb 01, 2020
  4. Oct 11, 2019
  5. Jul 22, 2019
  6. Apr 18, 2019
  7. Apr 12, 2019
  8. Mar 26, 2019
  9. Feb 16, 2019
  10. Jan 21, 2019
  11. Dec 23, 2018
  12. Dec 07, 2018
  13. Nov 21, 2018
  14. Nov 19, 2018
    • Birte Kristina Friesel's avatar
      --start-at: Auto-load directory when no other files are specified · 391a9bfd
      Birte Kristina Friesel authored
      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
      391a9bfd
  15. Nov 18, 2018
  16. Nov 08, 2018
  17. Nov 07, 2018
  18. Nov 06, 2018
  19. Nov 04, 2018
  20. Oct 02, 2018
  21. Aug 29, 2018
  22. Aug 05, 2018
  23. Aug 02, 2018
  24. May 11, 2018
  25. May 10, 2018
  26. Apr 18, 2018
  27. Apr 08, 2018
    • orbea's avatar
      feh.1: Silence mandoc warnings · a255e8de
      orbea authored
        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.
      a255e8de
  28. Apr 05, 2018
    • orbea's avatar
      feh.1: Silence mandoc warnings · e2097364
      orbea authored
      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
      e2097364
  29. Apr 04, 2018
Loading