summary refs log tree commit diff
path: root/home/.local/bin/aes
blob: 32b52637c981de291093728d24de592dfd7470fa (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

enwiden() {
	exec tr ' -~' ' !-~'
}
[ $# -gt 0 ] && echo "$*" | enwiden || enwiden
op.c?h=1.5&id=942a8466dca6b493228195eba4aa992bf8732e30&follow=1'>Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe