From 15f560575fb935acc214a4f9ce4402f4193fd0c6 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 24 Jul 2019 17:34:24 -0400 Subject: Add wiki script --- home/.local/bin/wiki | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 home/.local/bin/wiki (limited to 'home') diff --git a/home/.local/bin/wiki b/home/.local/bin/wiki new file mode 100755 index 00000000..c4308098 --- /dev/null +++ b/home/.local/bin/wiki @@ -0,0 +1,7 @@ +#!/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" -- cgit 1.4.1 'branches'> dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/2024-07-03/000099810019.txt (unfollow)
Commit message (Collapse)Author
8 daysAdd -ll for hilexJune McEnroe
huh. should have always been there I guess, but now it actually matters, at least on OpenBSD?
2026-02-17Remove photo metadata directoriesJune McEnroe
2026-02-17Ignore photo metadataJune McEnroe
I just don't want to be adding all this stuff to git.
2026-02-16Populate films datalist with 20 most recently usedJune McEnroe
2026-02-16Select last used bodyJune McEnroe
2026-02-15Don't break on trip with removed bodyJune McEnroe
2026-02-11Keep manpath.conf sortedJune McEnroe