Skip to content

v0.1.13.1

Latest

Choose a tag to compare

@grimandgreedy grimandgreedy released this 01 Feb 18:38
· 2 commits to master since this release
57bbea0

Add CLI, More Macros, and Use $EDITOR by Default

python -m pip install --upgrade aria2tui

CLI Enhancements

Download Management:

  • --add_download URI - Add a single download (magnet, HTTP, FTP, torrent file path)
  • --add_download_bg URI - Add download in background mode (GUI prompt for daemon)
  • --input_file FILE - Batch add downloads from aria2c-compatible input file
  • --pause GID - Pause a specific download
  • --pause_all - Pause all active downloads
  • --resume GID - Resume a specific download
  • --resume_all - Resume all paused downloads
  • --clear - Clear completed/errored downloads

Configuration:

  • --conf INSTANCE - Set config for command. E.g.,
    • aria2tui --conf 2 --pause_all
    • aria2tui --conf homeserver --clear --resume_all

Keyboard Macros

Added new macros on top of o and O for quick open.

  • y - Yank (copy) file paths to clipboard
  • i - Show detailed download information
  • p - Toggle pause/resume for selected downloads
  • d - Remove selected downloads
  • C - Clear all completed/errored downloads
  • + - Promote downloads to top of queue
  • - - Send downloads to back of queue

All macros work on selected downloads or fall back to the hovered download if nothing is selected.

Use of $EDITOR as default editor

If $EDITOR is not set it will default to nvim