Commit Graph
13 Commits
Author SHA1 Message Date
ManishandGitHub f3880f15fe feat: let users add their own trackers via the t key (#31) 2026-07-01 14:01:49 -04:00
bairon.dev 7748c41cf7 chore: keep hjkl out of the footer, document it in the ? overlay 2026-07-01 02:39:41 -04:00
Avinash GundimedaandGitHub 6ba3e4292b feat: add hjkl navigation alongside the arrow keys (#29)
Layer vim-style h/j/k/l onto the existing arrow navigation across the sidebar, results, downloads, and seeding. Arrows unchanged.
2026-07-01 02:36:45 -04:00
bairon.dev 7fa049ae9d fix: seeders-first default, compact footer, and folder-editor input isolation
Restore the seeders-desc default ordering that the new sort feature dropped,
so the healthiest torrents stay on top until `s` is pressed. Trim the
contextual footer (terse labels, folder key in the `?` overlay only) so the
added sort and folder keys never wrap it past one line. Gate the
download-folder editor on its own `editingFolder` flag instead of the shared
capture state, fixing the leak where `?`, `q`, and `m` fired through while
typing a path.
2026-06-30 00:14:05 -04:00
bairon.dev cc881aefc4 Merge branch 'sort-results' into merge/sort-and-folder 2026-06-29 23:45:40 -04:00
yaninni c114c32d05 feat: change the download folder from the UI
Add an `o` key that opens an inline prompt to set the download folder,
shown in the `?` cheatsheet and the sidebar footer. Reuses Panel +
TextField and the captureMode/effective-region mechanism the help
overlay already uses, so section keymaps stay quiet while typing a path.
No new Store field (editingFolder is local App state, like showHelp).

expandHome resolves a leading ~/ and ~\ so a path pasted from another
OS still works; the folder is created with fs.mkdir(recursive) and the
change fails soft, keeping the old folder if it cannot be created. The
setting only feeds new downloads (queue.add reads it at add-time), so
in-progress downloads and existing seeds keep their own dir and are
never interrupted or relocated.
2026-06-30 02:04:59 +02:00
samoht9277 05236fe8e5 feat: add 's' key to sort results by size, seeders, or source 2026-06-29 19:40:15 -03:00
bairon.dev 9069ba5e9c Merge pull request #4: navigate panes with the arrow keys
# Conflicts:
#	package-lock.json
2026-06-29 13:40:04 -04:00
Francesco Pira e255e202d1 feat: added 'Copy magnet' option via 'y' key 2026-06-29 18:55:14 +02:00
Oskar Krawczyk 6acbac462e Added navigating panes by arrows 2026-06-29 11:22:02 +02:00
bairon.dev 21fd77002b 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.
2026-06-27 17:47:35 -04:00
bairon.dev 14b4a5ede6 feat: seed downloads by default (opt-out) with robust resume and clean quit
Finished downloads now keep seeding automatically and you opt out per item with
p, reusing the live torrent instead of tearing it down. Resume and restore seed
from the .torrent metadata captured at download time, so they verify the local
file immediately rather than depending on re-fetching metadata from the swarm.

Quitting now flushes queue, history, and seeds synchronously and exits
immediately, fixing the hang when quitting while seeding or with a paused seed.
Paused seeds persist their state and stay paused across restarts. Hide the
hardware cursor on the splash, and clarify that c removes a finished item the
same way in Downloads and Seeding.

Tests are isolated from the real data dir via a TORLINK_STATE_DIR override plus
vitest config, so runs never touch user data. Adds scripts/verify-seeding.ts
(npm run verify:seeding), an offline-deterministic harness proving seed, pause,
and resume transfer real bytes.
2026-06-27 17:02:22 -04:00
bairon.dev 60d7a9a755 feat: terminal-native torrent discovery TUI
Curated, multi-source torrent search and download from the terminal:
concurrent search across built-in sources with streamed, source-tagged
results; a download-only webtorrent engine with true pause/resume and
restart recovery; magnet paste; and a calm Ink + React TUI. No indexer
server, no setup.
2026-06-27 02:03:19 -04:00