From 58ed0d4b2fd7e023e0c80f623c0103cfbd6e03d6 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 31 May 2023 13:58:50 -0500 Subject: Added scripts and config for w3m --- .w3m/cgi-bin/omnibar_aspell.cgi | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .w3m/cgi-bin/omnibar_aspell.cgi (limited to '.w3m/cgi-bin/omnibar_aspell.cgi') diff --git a/.w3m/cgi-bin/omnibar_aspell.cgi b/.w3m/cgi-bin/omnibar_aspell.cgi new file mode 100755 index 0000000..dde6cc1 --- /dev/null +++ b/.w3m/cgi-bin/omnibar_aspell.cgi @@ -0,0 +1,3 @@ +#!/usr/bin/env sh +echo "w3m-control: BACK" +echo "w3m-control: TAB_GOTO http://suggest.aspell.net/index.php/advance?word=$QUERY_STRING&spelling=american&dict=normal&sugmode=slow" -- cgit v1.2.3