mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
added ico format to nuke plugin
This commit is contained in:
parent
794048b306
commit
5f67acd8b8
|
@ -267,7 +267,7 @@ abspath() {
|
||||||
|
|
||||||
listimages() {
|
listimages() {
|
||||||
find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \
|
find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \
|
||||||
'.*\(jpe?g\|bmp\|webp\|svg\|png\|gif\)$' -print0 | sort -z
|
'.*\(jpe?g\|bmp\|webp\|ico\|svg\|png\|gif\)$' -print0 | sort -z
|
||||||
}
|
}
|
||||||
|
|
||||||
load_dir() {
|
load_dir() {
|
||||||
|
|
Loading…
Reference in a new issue