~steef

Netherlands

https://steefhegeman.com

~steef/public-inbox

Last active 2 years ago
View more

Recent activity

Re: visurf missing visurfrc and urlfilter files 2 years ago

From Steef Hegeman to ~sircmpwn/visurf-discuss

Hi,

On Fri, Sep 02, 2022 at 06:08:04PM +0530, Saddhamma Study Group wrote:
> I compiled visurf successfully and am quite eager to use it but it seems
> to be missing a "urlfilter" file (it complains that starting urlfilter
> failed) and a
> "visurfrc" file to run, which I can't seem to find in the repository.
> Can anyone please send me these files or point me to the right location
> to get them?

I don't remember how I found out, but I believe it's this:
- The config file path is $XDG_CONFIG_HOME/netsurf/nsvirc. It's a
  line-break separated list of commands (frontends/visurf/commands.c).
- The default urlfilter location is $XDG_CONFIG_HOME/netsurf/urlfilter.

[PATCH] nsvi: about:bindings fetcher to show key bindings 3 years ago

From Steef Hegeman to ~sircmpwn/visurf-devel

about:bindings now shows a table with all currently bound key bindings.
(Updates on refresh.)

It submits the rows one by one instead of buffering them like e.g.
about:config, but it seems fast enough (0.0s or 0.1s on default config).
---
Hello,

One thing I liked about dwb was being able to see the key bindings from
the browser. I tried to add it here.

It does not seem possible for a frontend to add fetchers, so I did it
this way. It also seems involved to add new schemes, so I settled for
about:bindings for now. about:visurf/bindings would also be possible.
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 3 years ago

From Steef Hegeman to ~sircmpwn/email-test-drive

---
Thank you for the tutorial!

 steef-hegeman | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 steef-hegeman

diff --git a/steef-hegeman b/steef-hegeman
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/steef-hegeman
@@ -0,0 +1 @@
I have successfully used git send-email!
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 3 years ago

From Steef Hegeman to ~sircmpwn/email-test-drive

---
 steef-hegeman | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 steef-hegeman

diff --git a/steef-hegeman b/steef-hegeman
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/steef-hegeman
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.35.1
[message trimmed]