diff options
author | luxagraf <sng@luxagraf.net> | 2023-05-31 13:58:50 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-05-31 13:58:50 -0500 |
commit | 58ed0d4b2fd7e023e0c80f623c0103cfbd6e03d6 (patch) | |
tree | 04b603bfcc33109b9dbd08c7f60f2c77688fd889 /.w3m/cgi-bin/fn_engine_wikipedia.cgi | |
parent | b3aa94d1f0d74fecc02e82609e78e62d3b967bab (diff) |
Added scripts and config for w3m
Diffstat (limited to '.w3m/cgi-bin/fn_engine_wikipedia.cgi')
-rwxr-xr-x | .w3m/cgi-bin/fn_engine_wikipedia.cgi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.w3m/cgi-bin/fn_engine_wikipedia.cgi b/.w3m/cgi-bin/fn_engine_wikipedia.cgi new file mode 100755 index 0000000..b14112c --- /dev/null +++ b/.w3m/cgi-bin/fn_engine_wikipedia.cgi @@ -0,0 +1,8 @@ +#!/usr/bin/env sh +echo "W3m-control: BACK" +echo "W3m-control: TAB_GOTO https://en.wikipedia.org/wiki/Main_Page#searchInput" +echo "W3m-control: LINE_BEGIN" +echo "W3m-control: NEXT_LINK" +echo "W3m-control: GOTO_LINK" +echo "W3m-control: NEXT_LINK" +echo "W3m-control: GOTO_LINK" |