binary-collections 2.0.8 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binaries/binary-executor.cjs +43 -0
- package/{bin → binaries}/clean-nodemodule +0 -0
- package/binaries/clean-nodemodule.cjs +43 -0
- package/binaries/clean-nodemodule.cmd +4 -0
- package/{bin → binaries}/clean-nodemodules +0 -0
- package/binaries/clean-nodemodules.cjs +43 -0
- package/binaries/clean-nodemodules.cmd +5 -0
- package/{bin → binaries}/dev +0 -0
- package/binaries/dev.cjs +43 -0
- package/{bin → binaries}/empty +0 -0
- package/binaries/empty.cjs +43 -0
- package/{bin → binaries}/git-reduce-size +0 -0
- package/binaries/git-reduce-size.cjs +43 -0
- package/binaries/javakill.cjs +43 -0
- package/{bin → binaries}/javakill.cmd +0 -0
- package/{bin → binaries}/kill-process +0 -0
- package/binaries/kill-process.cjs +43 -0
- package/binaries/nodekill.cjs +43 -0
- package/{bin → binaries}/nodekill.ps1 +0 -0
- package/{bin → binaries}/prod +0 -0
- package/binaries/prod.cjs +43 -0
- package/{bin → binaries}/rmfind +0 -0
- package/binaries/rmfind.cjs +43 -0
- package/{bin → binaries}/rmx +0 -0
- package/binaries/rmx.cjs +43 -0
- package/{bin → binaries}/submodule-token +0 -0
- package/binaries/submodule-token.cjs +43 -0
- package/docs-src/clean-github-actions-caches.md +26 -0
- package/docs-src/free-chatgpt.md +26 -0
- package/lib/binary-collections-config.cjs +3 -2
- package/lib/binary-collections-config.mjs +2 -2
- package/lib/binary-collections.cjs +452 -87
- package/lib/binary-collections.mjs +247 -8
- package/lib/changelog.cjs +328 -0
- package/lib/changelog.mjs +205 -0
- package/lib/chunk-4EWQC6GZ.mjs +382 -0
- package/lib/chunk-4ZI7BQKQ.mjs +381 -0
- package/lib/chunk-5J2BEPY5.mjs +83 -0
- package/lib/{chunk-4BYBVEYC.mjs → chunk-66PAU5PS.mjs} +5 -4
- package/lib/chunk-6HHJRKFB.mjs +59 -0
- package/lib/chunk-6S4NXESK.mjs +26 -0
- package/lib/{chunk-ZYAQRPUL.mjs → chunk-7YD7IPFF.mjs} +2 -2
- package/lib/{chunk-SH3L6HHV.mjs → chunk-A2JQXI5Z.mjs} +2 -2
- package/lib/{chunk-EGSSKVDH.mjs → chunk-A3VUZEJK.mjs} +1 -1
- package/lib/chunk-AGZYRDC2.mjs +323 -0
- package/lib/{chunk-VVEZVNIV.mjs → chunk-AI4CVPJ7.mjs} +6 -6
- package/lib/chunk-BDCHCWHD.mjs +136 -0
- package/lib/chunk-BEZKJ25G.mjs +140 -0
- package/lib/chunk-DI5MDPSN.mjs +386 -0
- package/lib/{chunk-ONIBBBQ3.mjs → chunk-E6FDDAOO.mjs} +4 -3
- package/lib/chunk-FKI7IEB5.mjs +172 -0
- package/lib/chunk-GJTGHXRA.mjs +356 -0
- package/lib/{chunk-YV7DO3YV.mjs → chunk-HLGOWBEO.mjs} +1 -1
- package/lib/chunk-HMRMTYZM.mjs +40 -0
- package/lib/chunk-HN52G2YL.mjs +305 -0
- package/lib/chunk-HO6GHCOB.mjs +385 -0
- package/lib/chunk-LEM5OMRP.mjs +384 -0
- package/lib/{chunk-YX5U7XDR.mjs → chunk-M3YIYRHT.mjs} +6 -5
- package/lib/chunk-O6SWBEOQ.mjs +81 -0
- package/lib/{chunk-JGR2NW6D.mjs → chunk-PDSXF5HY.mjs} +3 -3
- package/lib/{chunk-AASHBCRW.mjs → chunk-QQ4A6DLD.mjs} +8 -0
- package/lib/chunk-RCP7DHVY.mjs +190 -0
- package/lib/chunk-SBNDSKG5.mjs +136 -0
- package/lib/chunk-U6SO4QEV.mjs +320 -0
- package/lib/{chunk-APBWENF6.mjs → chunk-V3N3JEUF.mjs} +3 -3
- package/lib/chunk-XD6BJK6Q.mjs +351 -0
- package/lib/chunk-XVBFFVCJ.mjs +209 -0
- package/lib/chunk-YXSFGA2D.mjs +383 -0
- package/lib/clean-github-actions-caches.cjs +243 -148
- package/lib/clean-github-actions-caches.mjs +4 -3
- package/lib/del-gradle.cjs +2 -2
- package/lib/del-gradle.js +1 -1
- package/lib/del-gradle.mjs +2 -2
- package/lib/del-node-modules.cjs +2 -2
- package/lib/del-node-modules.js +1 -1
- package/lib/del-node-modules.mjs +2 -2
- package/lib/del-ps.cjs +29 -8
- package/lib/del-ps.js +2 -2
- package/lib/del-ps.mjs +7 -5
- package/lib/del-yarn-caches.cjs +26 -5
- package/lib/del-yarn-caches.js +38 -3
- package/lib/del-yarn-caches.mjs +6 -6
- package/lib/find-node-modules-cli.cjs +5 -4
- package/lib/find-node-modules-cli.js +1 -1
- package/lib/find-node-modules-cli.mjs +2 -2
- package/lib/find-node-modules.cjs +4 -3
- package/lib/{find-node-modules.d.ts → find-node-modules.d.cts} +1 -1
- package/lib/find-node-modules.mjs +2 -2
- package/lib/free-chatgpt.cjs +548 -0
- package/lib/free-chatgpt.d.ts +1 -0
- package/lib/free-chatgpt.js +51 -0
- package/lib/free-chatgpt.mjs +50 -0
- package/lib/git/gitattributes.cjs +1 -1
- package/lib/git/{gitattributes.d.mts → gitattributes.d.cts} +5 -7
- package/lib/git/gitattributes.mjs +2 -2
- package/lib/git/line-endings.cjs +297 -64
- package/lib/git/line-endings.mjs +4 -4
- package/lib/git/normalize.cjs +26 -36
- package/lib/git/normalize.mjs +2 -2
- package/lib/git/permissions.cjs +77 -11
- package/lib/git/permissions.mjs +3 -3
- package/lib/git/pull-strategy.cjs +76 -9
- package/lib/git/pull-strategy.mjs +3 -3
- package/lib/git/user-config.cjs +266 -83
- package/lib/git/user-config.mjs +4 -4
- package/lib/git/utils.cjs +40 -60
- package/lib/git/utils.mjs +2 -2
- package/lib/git-diff-cli.cjs +651 -0
- package/lib/git-diff-cli.d.ts +1 -0
- package/lib/git-diff-cli.js +15 -0
- package/lib/git-diff-cli.mjs +16 -0
- package/lib/git-diff.cjs +657 -58
- package/lib/git-diff.d.ts +38 -83
- package/lib/git-diff.js +152 -0
- package/lib/git-diff.mjs +23 -85
- package/lib/git-fix.cjs +685 -97
- package/lib/git-fix.mjs +12 -11
- package/lib/git-purge.cjs +3 -3
- package/lib/git-purge.d.cts +1 -0
- package/lib/git-purge.mjs +43 -37
- package/lib/index.cjs +7 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -5
- package/lib/index.mjs +4 -4
- package/lib/npm-run-series.cjs +3 -3
- package/lib/npm-run-series.mjs +42 -36
- package/lib/package-resolutions-updater.cjs +174 -1
- package/lib/package-resolutions-updater.mjs +270 -290
- package/lib/print-directory-tree.cjs +275 -210
- package/lib/print-directory-tree.mjs +2 -2
- package/lib/ps/connected-domain.cjs +25 -2
- package/lib/ps/connected-domain.d.ts +10 -2
- package/lib/ps/connected-domain.js +5 -2
- package/lib/ps/connected-domain.mjs +8 -4
- package/lib/ps/index.cjs +345 -322
- package/lib/ps/index.d.mjs +1 -1
- package/lib/ps/index.js +1 -1
- package/lib/ps/index.mjs +179 -182
- package/lib/ps/isWin.cjs +24 -1
- package/lib/ps/isWin.d.ts +1 -1
- package/lib/ps/isWin.js +3 -1
- package/lib/ps/isWin.mjs +8 -4
- package/lib/ps/table-parser.cjs +167 -159
- package/lib/ps/table-parser.d.ts +5 -0
- package/lib/ps/table-parser.js +10 -4
- package/lib/ps/table-parser.mjs +9 -5
- package/lib/remove-module.cjs +262 -0
- package/lib/remove-module.d.mts +1 -0
- package/lib/remove-module.mjs +111 -0
- package/lib/rmpath.cjs +274 -0
- package/lib/rmpath.d.mts +3 -0
- package/lib/rmpath.mjs +108 -0
- package/lib/submodule-install.cjs +264 -85
- package/lib/submodule-install.mjs +56 -7
- package/lib/submodule-remove-cli.cjs +103 -0
- package/lib/submodule-remove-cli.d.ts +1 -0
- package/lib/submodule-remove-cli.js +31 -0
- package/lib/submodule-remove-cli.mjs +28 -0
- package/lib/submodule-remove.cjs +43 -0
- package/lib/submodule-remove.d.cts +2 -0
- package/lib/submodule-remove.mjs +6 -0
- package/lib/utils/chatgpt.cjs +383 -0
- package/lib/utils/chatgpt.d.ts +31 -0
- package/lib/utils/chatgpt.js +541 -0
- package/lib/utils/chatgpt.mjs +8 -0
- package/lib/{utils.cjs → utils/index.cjs} +1 -1
- package/lib/{utils.mjs → utils/index.mjs} +2 -2
- package/lib/yarn-reinstall.cjs +172 -38
- package/lib/yarn-reinstall.mjs +2 -2
- package/package.json +91 -71
- package/readme.md +43 -69
- package/releases/readme.md +36 -0
- package/test/README.md +101 -0
- package/test/package.json +2 -1
- package/test-project/readme.md +26 -0
- package/tmp/test-repo/README.md +35 -0
- package/tmp/typedoc/readme.md +320 -0
- package/bin/bash-dummy +0 -56
- package/bin/bash-dummy.cmd +0 -25
- package/bin/dir-tree.cmd +0 -7
- package/bin/git-diff +0 -4
- package/bin/git-diff.cmd +0 -7
- package/bin/git-fix +0 -36
- package/bin/git-fix.cmd +0 -7
- package/bin/rmpath +0 -70
- package/bin/submodule-install.txt +0 -118
- package/bin/submodule-remove +0 -46
- package/bin/submodule.txt +0 -172
- package/lib/binary-collections-config.d.mts +0 -18
- package/lib/binary-collections-config.js +0 -39
- package/lib/binary-collections.d.mts +0 -121
- package/lib/binary-collections.d.ts +0 -121
- package/lib/chunk-DPKAJKFO.mjs +0 -171
- package/lib/chunk-G3THLIDT.mjs +0 -200
- package/lib/chunk-W3ENOM53.mjs +0 -18
- package/lib/clean-github-actions-caches.d.mts +0 -169
- package/lib/clean-github-actions-caches.d.ts +0 -169
- package/lib/del-gradle.d.mts +0 -2
- package/lib/del-node-modules.d.mts +0 -2
- package/lib/del-ps.d.mts +0 -2
- package/lib/del-yarn-caches.d.mts +0 -2
- package/lib/find-node-modules-cli.d.mts +0 -1
- package/lib/find-node-modules.d.mts +0 -13
- package/lib/find-node-modules.js +0 -53
- package/lib/git/line-endings.d.mts +0 -83
- package/lib/git/line-endings.d.ts +0 -83
- package/lib/git/normalize.d.mts +0 -43
- package/lib/git/normalize.d.ts +0 -43
- package/lib/git/permissions.d.mts +0 -17
- package/lib/git/permissions.d.ts +0 -17
- package/lib/git/pull-strategy.d.mts +0 -15
- package/lib/git/pull-strategy.d.ts +0 -15
- package/lib/git/user-config.d.mts +0 -105
- package/lib/git/user-config.d.ts +0 -105
- package/lib/git/utils.d.mts +0 -69
- package/lib/git/utils.d.ts +0 -69
- package/lib/git-diff.d.mts +0 -84
- package/lib/git-fix.d.mts +0 -141
- package/lib/git-fix.d.ts +0 -141
- package/lib/git-purge.d.mts +0 -2
- package/lib/git-purge.js +0 -59
- package/lib/index.d.mts +0 -1
- package/lib/npm-run-series.d.mts +0 -1
- package/lib/npm-run-series.d.ts +0 -2
- package/lib/npm-run-series.js +0 -86
- package/lib/package-resolutions-updater.d.ts +0 -326
- package/lib/print-directory-tree.d.mts +0 -234
- package/lib/print-directory-tree.d.ts +0 -234
- package/lib/ps/connected-domain.d.mts +0 -3
- package/lib/ps/index.d.d.mts +0 -26
- package/lib/ps/index.d.d.ts +0 -26
- package/lib/ps/index.d.mts +0 -26
- package/lib/ps/isWin.d.mts +0 -3
- package/lib/ps/table-parser.d.mts +0 -3
- package/lib/submodule-install.d.mts +0 -121
- package/lib/submodule-install.d.ts +0 -121
- package/lib/utils.d.mts +0 -40
- package/lib/utils.js +0 -181
- package/lib/yarn-reinstall.d.mts +0 -49
- package/lib/yarn-reinstall.d.ts +0 -49
- package/src/package-resolutions-updater.mjs +0 -325
- package/src/print-directory-tree.cjs +0 -234
- package/src/ps/index.js +0 -286
- package/src/yarn-reinstall.cjs +0 -49
- /package/{bin → binaries}/nodekill +0 -0
- /package/{bin → binaries}/nodekill.cmd +0 -0
- /package/lib/{binary-collections-config.d.ts → binary-collections-config.d.cts} +0 -0
- /package/lib/{git-purge.d.ts → changelog.d.cts} +0 -0
- /package/lib/{git-diff.d.cts → npm-run-series.d.cts} +0 -0
- /package/lib/{utils.d.ts → utils/index.d.cts} +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
package/{bin → binaries}/dev
RENAMED
|
File without changes
|
package/binaries/dev.cjs
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
package/{bin → binaries}/empty
RENAMED
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
File without changes
|
package/{bin → binaries}/prod
RENAMED
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
package/{bin → binaries}/rmfind
RENAMED
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
package/{bin → binaries}/rmx
RENAMED
|
File without changes
|
package/binaries/rmx.cjs
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const { spawnSync } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
|
|
6
|
+
const binDir = __dirname;
|
|
7
|
+
const base = path.basename(__filename, path.extname(__filename));
|
|
8
|
+
|
|
9
|
+
// Define possible script extensions by platform
|
|
10
|
+
const candidates = process.platform === "win32" ? [".cmd", ".bat", ".ps1", ".vbs"] : [".sh", ""];
|
|
11
|
+
|
|
12
|
+
let found = null;
|
|
13
|
+
for (const ext of candidates) {
|
|
14
|
+
const script = path.join(binDir, base + ext);
|
|
15
|
+
if (fs.existsSync(script)) {
|
|
16
|
+
found = script;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!found) {
|
|
22
|
+
console.error(`No script found for ${base} in ${binDir}`);
|
|
23
|
+
process.exit(1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const isPs1 = found.endsWith(".ps1");
|
|
27
|
+
const isCmd = found.endsWith(".cmd");
|
|
28
|
+
// const isSh = found.endsWith(".sh") || (found === found && process.platform !== "win32");
|
|
29
|
+
|
|
30
|
+
let cmd, args;
|
|
31
|
+
if (isPs1) {
|
|
32
|
+
cmd = "powershell.exe";
|
|
33
|
+
args = ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", found, ...process.argv.slice(2)];
|
|
34
|
+
} else if (isCmd) {
|
|
35
|
+
cmd = "cmd.exe";
|
|
36
|
+
args = ["/c", found, ...process.argv.slice(2)];
|
|
37
|
+
} else {
|
|
38
|
+
cmd = found;
|
|
39
|
+
args = process.argv.slice(2);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const result = spawnSync(cmd, args, { stdio: "inherit" });
|
|
43
|
+
process.exit(result.status ?? 1);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
## GitHub Actions Cache Cleaner
|
|
2
|
+
|
|
3
|
+
Removes outdated GitHub Actions caches in the current repository, keeping only the newest cache for each prefix. Ensures safe cleanup by retaining the latest cache per group and authenticates using tokens from your .env file.
|
|
4
|
+
|
|
5
|
+
### Usage
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
# use npx
|
|
9
|
+
npx --yes binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz clean-github-actions-caches
|
|
10
|
+
|
|
11
|
+
# use yarn dlx
|
|
12
|
+
yarn dlx binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz clean-github-actions-caches
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
- Authenticates using `ACCESS_TOKEN` or `GITHUB_TOKEN` from your `.env` file
|
|
17
|
+
- Groups caches by prefix and deletes all but the latest for each group
|
|
18
|
+
- Operates on the current repository (origin remote) and matches the working directory of your terminal
|
|
19
|
+
- Safe: Only deletes caches older than the most recent per prefix
|
|
20
|
+
|
|
21
|
+
### Environment Setup
|
|
22
|
+
1. Add `ACCESS_TOKEN` or `GITHUB_TOKEN` to your `.env` file
|
|
23
|
+
2. Ensure you have access to the repository's cache management
|
|
24
|
+
|
|
25
|
+
### Source
|
|
26
|
+
See [`src/clean-github-actions-caches.cjs`](../src/clean-github-actions-caches.cjs)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# free-chatgpt.js
|
|
2
|
+
|
|
3
|
+
Automates browser interaction with ChatGPT using Puppeteer, including login, question submission, and response retrieval. Supports session persistence via cookies and flexible question input.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
# use npx
|
|
9
|
+
npx --yes binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz free-chatgpt
|
|
10
|
+
|
|
11
|
+
# use yarn dlx
|
|
12
|
+
yarn dlx binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz free-chatgpt
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
### Argument Options
|
|
16
|
+
|
|
17
|
+
- `--question, -q` The question to ask ChatGPT (default: "Hello, ChatGPT!")
|
|
18
|
+
- `--qfile, -qf` Path to a file containing the question text
|
|
19
|
+
- `--help, -h` Show help message
|
|
20
|
+
|
|
21
|
+
## Notes
|
|
22
|
+
|
|
23
|
+
- Cookies are stored in `./tmp/cookies` for session reuse.
|
|
24
|
+
- Responses are saved to `./tmp/response.txt`.
|
|
25
|
+
- Requires access to `chat.openai.com` (firewall must allow connection).
|
|
26
|
+
- Uses Puppeteer with stealth plugin to avoid bot detection.
|