diff options
| -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 &' |