Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.aria2p.enable

Whether to enable aria2p a terminal client for aria2c…

Type: boolean

Default:

false

Example:

true

Declared by:

programs.aria2p.package

The aria2p package to use.

Type: null or package

Default:

pkgs.python3Packages.aria2p

Declared by:

programs.aria2p.settings

Keybinding and color settings for aria2p. Running aria2p generates a default configuration with all the options at ~/.config/aria2p/config.toml

Type: TOML value

Default:

{ }

Example:

{
  colors = {
    FOCUSED_HEADER = "BLACK NORMAL CYAN";
    METADATA = "WHITE UNDERLINE DEFAULT";
    UI = "WHITE BOLD DEFAULT";
  };
  key_bindings = {
    AUTOCLEAR = "c";
    FILTER = [
      "F4"
      "\\"
    ];
  };
}

Declared by: