summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitignore23log stats plain blame
-rw-r--r--COPYING35147log stats plain blame
-rw-r--r--HACKING2487log stats plain blame
-rw-r--r--INSTALL1354log stats plain blame
-rw-r--r--Makefile3355log stats plain blame
-rw-r--r--README4427log stats plain blame
-rw-r--r--TODO4826log stats plain blame
-rwxr-xr-xall_benchmarks.py1545log stats plain blame
-rwxr-xr-xall_tests.py1287log stats plain blame
d---------doc228log stats plain
-rwxr-xr-xranger.py1789log stats plain blame
d---------ranger439log stats plain
d---------test642log stats plain
> function listfiles { find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \ '.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z } count="$(listfiles | grep -m 1 -Zznx "$target" | cut -d: -f1)" if [ -n "$count" ]; then listfiles | xargs -0 sxiv -n "$count" -- else sxiv -- "$@" # fallback fi