You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.
Added 'download-command' setting to configure a command/script that
handles the download of an uri. With the new setting flag
'download-use-external' can be decided if the external download command
is used to download an uri or the built in downloader.
Allow to use an external tool as downloader.
Implemented in vimb2 already. The code [1], [2] could be used as a reference.
[1] https://github.com/fanglingsu/vimb/blob/master/src/setting.c#L225
[2] https://github.com/fanglingsu/vimb/blob/master/src/main.c#L1656
The text was updated successfully, but these errors were encountered: