Commit Graph
4 Commits
Author SHA1 Message Date
Andreas Bigger bafc68255c chore: bump version to 0.2.0 🚀 2025-12-29 17:18:39 -05:00
Andreas Bigger 3e28cef4bb feat: add job management subcommand 🎮
Add `paracas job` subcommand for managing background downloads:
- pause: suspend a running job with SIGSTOP
- resume: continue a paused job with SIGCONT (respawns if needed)
- kill: terminate a job with SIGTERM/SIGKILL
- clean: remove finished jobs from storage

Also show help menu when no subcommand is provided.
2025-12-29 17:12:48 -05:00
Andreas Bigger 835bddd2ee feat: background downloading 2025-12-29 17:05:07 -05:00
Andreas Bigger 7be4eded90 paracas downloader 🚧 2025-12-29 13:21:48 -05:00