You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, boss
Under macOS, hidden files in the system are displayed by pigallery2.
I installed Node.js and PIgallery2 according to the steps in macOS, and everything is normal.
But the files in my Mac system generate a large number of hidden files.
These hidden files have been displayed by pigallery2. But because files all start with., there is no good way to filter them.
Windows displays hidden files like this.
These files are showing up and I am very distressed. Currently, I can only sort them by placing them at the end.
if it's helpful at all, I fixed this last night by putting two commands in a script then creating a cronjob that runs every 30 minutes to clean up those files.
For ref, my pigallery runs in docker on a linux machine, but all my day to day photo admin takes place on macs, including moving photos to that server, so I always get those annoying files. These are the notes I left myself:
@crispybegs I'd remove the leading * of the -name "*._*" parameter in order to delete only those files that start with ._.
Since this would also delete ._.DS_Store files, I'd also remove the leading and trailing * of the -name *.DS_Store* parameter.
So the commands would be:
Hello, boss
Under macOS, hidden files in the system are displayed by pigallery2.
I installed Node.js and PIgallery2 according to the steps in macOS, and everything is normal.
But the files in my Mac system generate a large number of hidden files.
These hidden files have been displayed by pigallery2. But because files all start with., there is no good way to filter them.
Windows displays hidden files like this.
These files are showing up and I am very distressed. Currently, I can only sort them by placing them at the end.
你好,大佬
macos下,系统隐藏的文件,被pigallery2展示出来。
我在macos里,按照步骤 安装了 node.js、pigallery2,一切都正常。
但我mac系统里的文件,会生成大量的隐藏文件。
这些隐藏文件,被pigallery2显示出来了。但是因为文件都是以.开头的,没有好的办法做过滤。
Windows 显示隐藏文件,是这样子。
这些文件显示出来让我很苦恼,目前只能通过排序的方式,把它们排到后面。
The text was updated successfully, but these errors were encountered: