Topic: [SOLVED] pcmanfm/CLI integration, "browse here"
The "browse here" function from the "places" menu presumably sends a signal to pcmanfm running in daemon mode, to open a window at the requested location. Is there a command-line equivalent? Just a simple "pcmanfm --starting-directory" would work, but there is no such thing, it appears.
I often find I navigate around in the shell, and then want to do something better suited to a GUI, eg select multiple arbitrary files, etc, and want to start a filemanager from `pwd`.
Conversely, in gnome, you can drag and drop files from nautilus to a shell, and the names appear on the command-line, quoted to protect spaces in filenames etc. Is there a way to do this in crunchbang? you can "copy" multiple files, and the buffer will have the filenames one-per-line, but no quotes, etc, so you often need to edit when you paste into a terminal.
EDIT: Doh. I'm absolutely sure I tried this yesterday and it didn't work. Now I've just looked through openbox menu, and obpipemenu, and found that it just runs "pcmanfm <directory>", eg "pcmanfm `pwd`", which I've set as a shell alias. Perhaps I tried "pcmanfm ." yesterday - the "dot" gets translated to "home" for some reason, probably because that's where the daemon thinks it is. Anyway that answers the first question.
Last edited by jackbang (2009-06-22 05:15:27)