aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias12
1 files changed, 12 insertions, 0 deletions
diff --git a/alias b/alias
index 64e2767..514a9f3 100644
--- a/alias
+++ b/alias
@@ -329,6 +329,18 @@ image.from_data_url() {
329 xsel -ob | sed -E 's/^.+,//' | base64 -d >$1 329 xsel -ob | sed -E 's/^.+,//' | base64 -d >$1
330 identify $1 330 identify $1
331} 331}
332image.text() {
333 convert \
334 -size 230x130 \
335 -background lightblue \
336 -font Noto-Sans-Bold \
337 -pointsize 25 \
338 -fill black \
339 -gravity NorthWest \
340 caption:"foo" \
341 -flatten \
342 caption1.jpge
343}
332 344
333# thunderbird 345# thunderbird
334alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &' 346alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &'