tangled
alpha
login
or
join now
woof.monster
/
cobalt-raycast
0
fork
atom
download media from various services using cobalt.tools via raycast
raycast
raycast-extension
0
fork
atom
overview
issues
pulls
pipelines
organize imports
woof.monster
1 month ago
744dbaad
f7ca6c87
+7
-7
1 changed file
expand all
collapse all
unified
split
src
download-media.tsx
+7
-7
src/download-media.tsx
···
1
1
import {
2
2
-
Form,
2
2
+
Action,
3
3
ActionPanel,
4
4
-
Action,
5
5
-
showToast,
4
4
+
closeMainWindow,
5
5
+
Form,
6
6
getPreferenceValues,
7
7
-
Toast,
8
7
Icon,
9
9
-
showHUD,
10
8
PopToRootType,
11
11
-
closeMainWindow,
9
9
+
showHUD,
12
10
showInFinder,
11
11
+
showToast,
12
12
+
Toast,
13
13
} from "@raycast/api";
14
14
import fs from "node:fs";
15
15
+
import { pipeline } from "node:stream/promises";
15
16
import os from "os";
16
17
import { Readable } from "stream";
17
17
-
import { pipeline } from "node:stream/promises";
18
18
19
19
type Values = {
20
20
url: string;