diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-07 00:23:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-07 00:23:11 +0800 |
commit | 2bf1e79fb707157fe676fb406f95e14cd09ad70e (patch) | |
tree | 6d0254761f5a1485c254b25d981ec1cb4bf5af72 | |
parent | 2c6f6f675f33004f5ed99c094ba059d7c5b3f52e (diff) |
update
-rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -298,6 +298,9 @@ image_vertical() { | |||
298 | image_horizontal() { | 298 | image_horizontal() { |
299 | convert "$@" +append output.png | 299 | convert "$@" +append output.png |
300 | } | 300 | } |
301 | image_from_data_url() { | ||
302 | xsel -ob | sed -E 's/^.+,//' | base64 -d >$1 | ||
303 | } | ||
301 | 304 | ||
302 | # thunderbird | 305 | # thunderbird |
303 | alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &' | 306 | alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &' |