a2tm - aria2 Tool Manager
Go to file
2024-05-01 10:35:40 +02:00
img Image of a2tm running 2022-07-02 17:52:09 +02:00
service Scripts for running service (sysv & systemd) 2022-07-02 17:53:02 +02:00
a2tm.py Use clear command on Cygwin 2022-07-03 20:44:56 +02:00
install.sh a2tm installer (v0.1) 2022-07-02 17:52:23 +02:00
LICENSE.txt LICENSE GPLv2.0 2022-07-02 17:51:40 +02:00
README.md README.md 2024-05-01 10:35:40 +02:00
uninstall.sh a2tm uninstaller (v0.1) 2022-07-02 18:03:44 +02:00

a2tm - aria2 Tool Manager

a2tm is a python script to manage torrent/magnet/URL downloads more easily using a configuration file.

Requirements:

  • Python 3.5+
  • aria2

Installation:

  • Open the terminal and type the following comands:

    $ git clone https://git.q3aql.dev/q3aql/a2tm
    $ cd a2tm
    $ chmod +x install.sh
    $ sudo ./install.sh
    
  • After running the script, you will see the following:

    # a2tm installer 0.1 (010722) (GPL v2.0)
    
    + Copied executable (/usr/bin/a2tm).
    + Configuring execution permissions (/usr/bin/a2tm).
    + Created service (/etc/systemd/system/a2tm.service).
    + INFO: Edit /etc/systemd/system/a2tm.service and change
          the variable User=<USER>.
    + Installation completed.
    

Configuration File:

  • Linux/Unix: ${HOME}/.aria2/a2tm.conf
  • Windows: %USERPROFILE%\.aria2\a2tm.conf
  • MacOS: ${HOME}/.aria2/a2tm.conf

How to use:

a2tm

Run as service:

  • SysV Init: /etc/init.d/a2tm {start|stop|restart|status}
  • SystemD: systemctl {start|stop|status} a2tm