summaryrefslogtreecommitdiffstats
path: root/cheats/misc.cheat
blob: b756c83360c87620a65b0aefbc1359798dd1f3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% weather

# Show weather info for current location
curl -s "wttr.in" \
   | grep -v "New feature" \
   | grep -v Follow

# Show weather info for a specific location
curl -s "wttr.in/<location>" \
   | grep -v "New feature" \
   | grep -v Follow



% qr code

# Create a QR code with some content
echo <content> | curl -F-=\<- qrenco.de