[email protected] (Anthony J. Bentley), 2012.02.27 (Mon) 05:13 (CET): > Matthew Via writes: > > Attached is a port for sxiv, a lightweight tiling-wm friendly image viewer. > > This is my first port, so please let me know if there's anything I should > > change. > [snip] > > Attached is a cleaned-up version. On first use this seems like a nice > program, may replace feh for me...
yup, nice and fast one, the only thing missing for my (qiv) usage pattern: run custom commands on images. minor glitch in sxiv(1), section "THUMBNAIL CACHING": ``find -type d -empty -delete'' should read: ``find -type d -empty -print0 | xargs -0 rmdir'' Bye, Marcus
