Timothée Mazzucotelli

Results 286 issues of Timothée Mazzucotelli

We should be able to change the output directory of a download, even if it was already started and active.

module:api

Between the complexity, the flakiness and the bad perf of the tests, I think we should get rid of the actual aria2c instances in the test suite. We should simply...

It could be nice to run commands directly from within the interface, like in vim/tmux/etc. User would hit `:` and a prompt would appear, with auto-completion, etc. The main use...

module:interface
feature

It would be great if we could change options directly from within the interface. The options would be temporary to start, only applied during the time the process is alive....

module:interface
feature

The view could contain charts as well. The other options is to make rows collapsible/expandable in the main view, but it will complicate the logic even more...

module:interface
feature

Get inspiration from HTOP. Example: average upload/download speed from recent history.

module:interface
feature

Display the F keys.

module:interface
feature

1. add a parameter `update_interval` to init method of class `interface.Interface`. This value is used to change the `sleep` value: `self.sleep = update_interval / self.frames` - Example with 1 second...

module:cli
module:interface

I made a mistake. All disk operations are assuming the files are on the current filesystem. They will not work for remote systems. I'm not sure how to make it...

bug
module:api

I was thinking of something like: ```bash # get global option aria2p getopt max-concurrent-downloads # get downloads options aria2p getopt dir 390c3d203c46ae0a # set global option aria2p setopt max-concurrent-downloads=10 #...

module:options
module:cli