goblin-malin 0.1.11 → 0.1.12

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/README.md CHANGED
@@ -36,6 +36,19 @@ A keyboard-driven terminal UI for downloading and tagging music tracks with meta
36
36
  yarn global add goblin-malin
37
37
  ```
38
38
 
39
+ <details>
40
+ <summary>Don't forget to add your `yarn` directory to your PATH to have the command `goblin-malin` available in any terminal.</summary>
41
+
42
+ On windows:
43
+
44
+ ```ps1
45
+ $yarBin = "C:\Users\YOUR_USERNAME\AppData\Local\Yarn\bin"
46
+ $current = [System.Environment]::GetEnvironmentVariable("PATH", "User")
47
+ [System.Environment]::SetEnvironmentVariable("PATH", "$current;$yarBin", "User")
48
+ ```
49
+
50
+ </details>
51
+
39
52
  ### Installation with `pnpm`
40
53
 
41
54
  ```bash
@@ -109,7 +109,7 @@ dotenv.config({
109
109
  });
110
110
  function resolveAppVersion() {
111
111
  try {
112
- return "0.1.11";
112
+ return "0.1.12";
113
113
  } catch {
114
114
  const _req = createRequire(import.meta.url);
115
115
  return _req("../package.json").version;
@@ -11,7 +11,7 @@ import {
11
11
  getCacheDir,
12
12
  globalLogger,
13
13
  inkTransport
14
- } from "./chunk-YMZFTPTX.js";
14
+ } from "./chunk-ARC4LOBX.js";
15
15
 
16
16
  // src/index.tsx
17
17
  import React65 from "react";
@@ -4624,7 +4624,7 @@ var DownloadTask = class extends Task {
4624
4624
  }
4625
4625
  if (existingSavedPath) {
4626
4626
  if (existingSavedPath !== outputPath) {
4627
- const { moveFile } = await import("./metadata-YLTFNOBE.js");
4627
+ const { moveFile } = await import("./metadata-5BEYCNEW.js");
4628
4628
  await moveFile(existingSavedPath, outputPath);
4629
4629
  }
4630
4630
  outputCreated = true;
package/dist/cli.js CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  start
4
- } from "./chunk-M3B32VOT.js";
5
- import "./chunk-YMZFTPTX.js";
4
+ } from "./chunk-IUIY6QSB.js";
5
+ import "./chunk-ARC4LOBX.js";
6
6
 
7
7
  // src/cli.ts
8
8
  start();
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@ import {
2
2
  src_default,
3
3
  start,
4
4
  withFullScreen
5
- } from "./chunk-M3B32VOT.js";
6
- import "./chunk-YMZFTPTX.js";
5
+ } from "./chunk-IUIY6QSB.js";
6
+ import "./chunk-ARC4LOBX.js";
7
7
  export {
8
8
  src_default as default,
9
9
  start,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  cleanAndTagFlac,
3
3
  moveFile
4
- } from "./chunk-YMZFTPTX.js";
4
+ } from "./chunk-ARC4LOBX.js";
5
5
  export {
6
6
  cleanAndTagFlac,
7
7
  moveFile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goblin-malin",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "A keyboard-driven terminal UI for downloading and tagging music tracks with metadata from Spotify and YouTube",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",