diff --git a/content/config/firejail/firecfg.config b/content/config/firejail/firecfg.config index 623f8b6..2f5c870 100644 --- a/content/config/firejail/firecfg.config +++ b/content/config/firejail/firecfg.config @@ -239,7 +239,7 @@ evince-previewer evince-thumbnailer #evolution - see #3647 exfalso -exiftool +# exiftool falkon fbreader feedreader diff --git a/content/local-share/scripts/pictrs.nu b/content/local-share/scripts/pictrs.nu index 37b2d06..1dbfe5a 100755 --- a/content/local-share/scripts/pictrs.nu +++ b/content/local-share/scripts/pictrs.nu @@ -11,9 +11,9 @@ export def `main import` [ --tag-origin # tag with origin folder name ] { print "Importing" - if ("moved.csv" | path exists) == false { - "source,destination\n" | save moved.csv - } + # if ("moved.csv" | path exists) == false { + # "source,destination\n" | save moved.csv + # } let entries = ( glob $"($src | str trim --right --char '/')/**/*" | each { try { ls -l $in } catch {|e| print_line -e $"Failed to get metadata of ($e)"; []} } | where { ($in | length) > 0 } @@ -90,7 +90,7 @@ def parse_exif_timestamp [timestamp: string, offset?: any] { def archive-cp [src: string, dst: string, --link, --tag] { rsync -X -U -p -t -g -o -u --info=ALL $src $dst - $"($src),($dst)\n" | save -a moved.csv + # $"($src),($dst)\n" | save -a moved.csv if $tag { xattr -w user.xdg.tags ($src | path parse | get parent | path parse | get stem) $dst