summary refs log tree commit diff
path: root/home/.local/bin/pbcopy
blob: a804f8364312902956a21fe7abef874f70f89fce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -eu

if [ -n "${SSH_CLIENT:-}" ]; then
	exec pbd -c
elif [ -n "${DISPLAY:-}" ]; then
	exec xsel -bi
else
	echo "${0}: don't know what to do" >&2
	exit 1
fi
1'>Dehtml pronoun fieldsJune McEnroe 2025-12-10Add Rose/HouseJune McEnroe 2025-11-19Bilingualize pronouns regexJune McEnroe 2025-11-19Hardcode a follower IDJune McEnroe 2025-11-18Add pronouns bot scriptJune McEnroe 2025-08-27Update DESCRIPTION of myselfJune McEnroe 2025-08-18Publish "time"June McEnroe 2025-08-18Add a bunch of film roll metadataJune McEnroe 2025-08-18Add a draftJune McEnroe