mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
commit
5456ba4582
|
@ -271,7 +271,7 @@ abspath() {
|
|||
listimages() {
|
||||
find -L "///${1%/*}" -maxdepth 1 -type f -print0 |
|
||||
grep -izZE '\.(jpe?g|png|gif|webp|tiff|bmp|ico|svg)$' |
|
||||
sort -z | tee "$tmp"
|
||||
sort -zV | tee "$tmp"
|
||||
}
|
||||
|
||||
load_dir() {
|
||||
|
|
Loading…
Reference in a new issue