update term color
This commit is contained in:
@@ -256,12 +256,12 @@
|
|||||||
},
|
},
|
||||||
"term-color.ts": {
|
"term-color.ts": {
|
||||||
"script_name": "term-color.ts",
|
"script_name": "term-color.ts",
|
||||||
"script_length": 2040,
|
"script_length": 1988,
|
||||||
"script_sha256": "19bfc6d98fd3e6eee305b30a89904d4c5d8961bc203e84e0ce00c35485372d26",
|
"script_sha256": "bc1b6b8b8454cf4908005a1266ea8a8a8222feaf346846f52901ddfdb46593dc",
|
||||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/term-color.ts",
|
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/term-color.ts",
|
||||||
"single_script_file": true,
|
"single_script_file": true,
|
||||||
"publish_time": 1770533214194,
|
"publish_time": 1770533214194,
|
||||||
"update_time": 1770537359527
|
"update_time": 1770537390996
|
||||||
},
|
},
|
||||||
"tree.ts": {
|
"tree.ts": {
|
||||||
"script_name": "tree.ts",
|
"script_name": "tree.ts",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env runts -- --allow-import --allow-net
|
#!/usr/bin/env runts -- --allow-import --allow-net
|
||||||
|
|
||||||
import { term } from "https://script.hatter.ink/@33/deno-commons-mod.ts";
|
import {fetchDataWithTimeout, term,} from "https://script.hatter.ink/@33/deno-commons-mod.ts";
|
||||||
import { fetchDataWithTimeout } from "../libraries/deno-commons-mod.ts";
|
|
||||||
|
|
||||||
function printColors(colors: string[], prefix: string, suffix: string) {
|
function printColors(colors: string[], prefix: string, suffix: string) {
|
||||||
const termOutputs: string[] = [];
|
const termOutputs: string[] = [];
|
||||||
@@ -62,5 +61,5 @@ async function main() {
|
|||||||
}
|
}
|
||||||
await main();
|
await main();
|
||||||
|
|
||||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260208T155509+08:00.MEUCIEkRx6ftytYOS1NOOi/C
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260208T155627+08:00.MEUCIQCNvK8MGUysW3ViadvM
|
||||||
// 5k1uznr7juyMmOMq/11nkyWIAiEA8tGnRCDfOyaQriwMSjxfO4tTm2xfxbcUbvJfmy/HAso=
|
// cPl3F2YdRX11n4/JSx1tGTKN6QIgQpqebkvgs09wnyjuz3OvhOq3emYvAomjhoSxPGShzCw=
|
||||||
|
|||||||
Reference in New Issue
Block a user