Skip to content

How to hide files in directory with the specified client

Hide *.do-not-display-at-every in all client

{
  "hide_file_in_dir": {
    "user_rules": {
      "": ".+\\.do-not-display-at-every$"
    }
  }
}

Hide hide.* and *.hide in macOS finder

{
  "hide_file_in_dir": {
    "user_rules": {
      "WebDAVFS": "^hide\\.|.+\\.hide$"
    }
  }
}

Last update: 2022-12-01