summary refs log tree commit diff
path: root/home/.local/bin/wiki
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhome/.local/bin/wiki7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.local/bin/wiki b/home/.local/bin/wiki
deleted file mode 100755
index c4308098..00000000
--- a/home/.local/bin/wiki
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -eu
-
-curl -Gs 'https://en.wikipedia.org/w/api.php' \
-    -d 'action=opensearch' --data-urlencode "search=$1" \
-    | jq -r '.[2][]' \
-    | sed -En "s/^([^ ]| [^i]| i[^s]| is[^ ])* is /It's not a $1, what we need is /p"
e.c?id=112973615a78ce61fd6e767128df03b075be72ca&follow=1'>fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli