From cda9bebabc7910e574b242c1de92d393d18f848a Mon Sep 17 00:00:00 2001 From: b3nj5m1n Date: Thu, 30 Mar 2023 22:39:17 +0200 Subject: [PATCH] Add note about .trash on macOS --- programs/trash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.47.3