mirror of
https://github.com/baairon/torlink.git
synced 2026-07-08 18:28:22 +02:00
fix: clarify c removes from the list, never your files
Reword the c help labels (Downloads "Cancel or remove from list", Seeding "Remove from list", dropping the Downloads cross-reference) and add a help note that downloaded files always stay on disk, so cancel and remove never read as deleting your media. Also trims the over-specific c sentence from the readme and refreshes the npm description and keywords.
This commit is contained in:
+14
-7
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "torlink",
|
||||
"version": "1.0.0",
|
||||
"description": "Terminal-native torrent discovery. No browser, no ads, no hunting: search and download torrents from a clean terminal UI.",
|
||||
"description": "A sleek, zero-setup torrent finder and downloader that lives right in your terminal.",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"torlink": "./dist/index.js"
|
||||
@@ -25,13 +25,20 @@
|
||||
},
|
||||
"keywords": [
|
||||
"torrent",
|
||||
"magnet",
|
||||
"webtorrent",
|
||||
"tui",
|
||||
"cli",
|
||||
"terminal",
|
||||
"torrent-client",
|
||||
"torrent-search",
|
||||
"downloader",
|
||||
"search",
|
||||
"magnet",
|
||||
"magnet-links",
|
||||
"p2p",
|
||||
"webtorrent",
|
||||
"seeding",
|
||||
"tui",
|
||||
"terminal",
|
||||
"cli",
|
||||
"ink",
|
||||
"zero-configuration",
|
||||
"zero-setup",
|
||||
"fitgirl"
|
||||
],
|
||||
"author": "bairon",
|
||||
|
||||
Reference in New Issue
Block a user