From eaff2ba4e8682c29837fdebc428a6b2285c633a6 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Tue, 17 Jun 2014 19:23:27 +0200 Subject: Built-in download feature Downloading via an external tool poses a problem: You have to pass the current "web context" from the browser to your tool. This context comprises cookies, the referrer, the user agent and information about HTTP basic auth. With some effort, you can pass most of this to your tool -- except for HTTP basic auth. tl;dr: Downloading via wget is pretty complicated. With this commit, WebKit handles the downloads. What's missing, are some GUI elements to monitor and cancel downloads. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index add1d40..c328716 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ Features: - An input box to change the current URL - Global content zoom - Pluggability into suckless' tabbed - - Downloading files using wget + - Built-in downloads - vi-like scrolling (modified by CTRL) - Searching the current page for a word - Adblock @@ -21,6 +21,7 @@ Features: Planned features: + - Monitoring and canceling downloads - Keyword based searching (opening "wi foo" will search wikipedia) -- cgit v1.2.3