From 27af62f38d2f0a99af5c34963d27197467fb0141 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 10 May 2024 21:56:29 -0300 Subject: manual tempdir creation & handling This is mostly for compatibility with devices where the home directory isn't on the same device as the system temporary directory, so locallink and other symlink-based operations get trolled (fail!). This doesn't address the more general issue of e.g. playing music off of an external drive probably fails(!!) - but in those cases locallink isn't appropriate anyway, so they're outta scope of this commit. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3639c69..63021bd 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,13 @@ "command-exists": "^1.2.9", "expand-home-dir": "0.0.3", "mkdirp": "^3.0.1", + "nanoid": "^5.0.7", "natural-orderby": "^2.0.3", "node-fetch": "^2.6.0", "open": "^7.0.3", + "rimraf": "^5.0.6", "sanitize-filename": "^1.6.3", "shell-escape": "^0.2.0", - "tempy": "^0.2.1", "tui-lib": "^0.4.0", "tui-text-editor": "^0.3.1" }, -- cgit 1.3.0-6-gf8a5