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_allaria2tui --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 clipboardi- Show detailed download informationp- Toggle pause/resume for selected downloadsd- Remove selected downloadsC- 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