From: b3nj5m1n Date: Thu, 30 Mar 2023 20:39:17 +0000 (+0200) Subject: Add note about .trash on macOS X-Git-Tag: v0.2.0.2~81 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/cda9bebabc7910e574b242c1de92d393d18f848a?ds=inline Add note about .trash on macOS --- diff --git a/programs/trash.json b/programs/trash.json index 121295b..ee7409a 100644 --- a/programs/trash.json +++ b/programs/trash.json @@ -1,7 +1,7 @@ { "files": [ { - "help": "This is probably a custom directory on your system.\n\nYou can move the file to _XDG_DATA_HOME/trash_.\n", + "help": "Unless you are on macOS, this is probably a custom directory on your system, and you can move the file to _XDG_DATA_HOME/trash_.\n\nIf you are on macOS, there is probably no way to move this. See [202](https://github.com/b3nj5m1n/xdg-ninja/issues/202) for more info.\n\n", "movable": true, "path": "$HOME/.trash" }