Xee (1000)

1 Name: Mr VacBob!JqK7T7zan. 2005-07-26 13:25 ID:+Fwu3KWy [Del]

I'm using this now, but I'd like it better if it had these features:

  • some way to open a folder from the command line ("open -a Xee ." doesn't work).
  • some way to advance to the next image one-handed on a laptop keyboard, possibly with , and . (obvious joke goes here).

923 Name: Anonymous : 2008-12-11 08:12 ID:eC2ojgP2 [Del]

I'd like to put in another vote for recursive subdirectory loading. I sometimes do

find . -type d -exec open -a Xee {} \;

but that doesn't work very well with large directory trees.

924 Name: Anonymous : 2008-12-11 19:07 ID:Heaven [Del]

>>923

find . -type d -print0 | xargs -0 open -a Xee

Much more efficient, as it spawns a lot fewer processes.

This thread has been closed. You cannot post in this thread any longer.