Git Product home page Git Product logo

Comments (6)

derf avatar derf commented on July 19, 2024

You mean something like making --start-at also work for filenames, as in "feh --start-at ./foo.jpg ."?
I don't really know why you'd need this often enough to warrant an option for that, but.. hm. Might also be usable in case someone ever wants to use feh together with nautilus/dolphin or something like that.
So I might implement this in the course of the next weeks... I'll tell you if/when it's done ;)

from feh.

aeosynth avatar aeosynth commented on July 19, 2024

You mean something like making --start-at also work for filenames, as in "feh --start-at ./foo.jpg ."?

Yeah, that would be awesome.

Might also be usable in case someone ever wants to use feh together with nautilus/dolphin or something like that.

That's exactly the use-case I was thinking of. Right now the only reason I have mirage installed is because it's easier to start slideshows with it.

So I might implement this in the course of the next weeks... I'll tell you if/when it's done ;)

Cool, thanks :)

from feh.

derf avatar derf commented on July 19, 2024

Okay, implemented and working now. Either feh --start-at foo.jpg * or feh --start-at ./foo.jpg . - if you find any quirks, please let me know.

from feh.

aeosynth avatar aeosynth commented on July 19, 2024

quirks

--start-at foo.jpg
--start-at /path/to/foo.jpg

neither of these work; feh keeps complaining that they're not in the filelist.

This is what I'm using in my feh.desktop:

Exec=feh --start-at ./%n .

it only works if I launch my file browser (PCManFM2) from the directory I want to browse.

from feh.

derf avatar derf commented on July 19, 2024

The problem is that pcmanfm does not change the current working directory, which is IMHO not feh's fault. The following wrapper script should do the job (Exec=$wrapper %f):

#!/bin/sh
feh --sort filename --start-at "$1" "$(dirname $1)"

from feh.

aeosynth avatar aeosynth commented on July 19, 2024

Apparently Nautilus doesn't change the working directory either, but Thunar does.

Oh well, time to go bug the pcmanfm devs now :).

from feh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.