tor-dl 1.0.25 → 1.0.26

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.
Files changed (2) hide show
  1. package/README.md +47 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -349,10 +349,57 @@ if %errorlevel%==0 (
349
349
 
350
350
  ### Usage
351
351
 
352
+ - Open the folder in File Explorer, then right-click and select **"Open in Terminal"** (or "Open PowerShell window here").
353
+
354
+ If you are already inside the folder where the file is located, you can use:
355
+
356
+ ```
357
+ upload movie.mp4
358
+ ```
359
+ or
360
+
352
361
  ```bash
353
362
  upload "C:\Users\YourName\Downloads\movie.mp4"
354
363
  ```
355
364
 
365
+ - You can autocomplete file names using the TAB key.
366
+
367
+ #### Example:
368
+
369
+ ```
370
+ upload scr
371
+ ```
372
+
373
+ Press `TAB` → it will expand to:
374
+
375
+ ```
376
+ upload "Scream 7.mp4"
377
+ ```
378
+
379
+ If multiple files match, press `TAB` repeatedly to cycle through options:
380
+
381
+ ```
382
+ Scream 7.mp4
383
+ Scream 6.mp4
384
+ script.txt
385
+ ```
386
+
387
+ ---
388
+
389
+ ### Example Workflow
390
+
391
+ ```
392
+ cd C:\Users\YourName\Downloads
393
+ upload scr
394
+ ```
395
+
396
+ Press `TAB`:
397
+
398
+ ```
399
+ upload "Scream 7.mp4"
400
+ ```
401
+
402
+
356
403
  ## Author
357
404
 
358
405
  Sedat ERGOZ [@eaeoz](https://github.com/eaeoz)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tor-dl",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "CLI torrent search tool - search, open in browser, copy magnet links",
5
5
  "main": "dist/index.js",
6
6
  "bin": {