diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-23 19:19:46 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-23 19:19:46 +0500 |
commit | 4b389613fdf367dbdbf6c7984bacdca3914668c2 (patch) | |
tree | fbffb40a30c2abe32dd2afdd88b810bc56333fe5 /scripts/image_from_xclip | |
parent | 1aa5fc10c1aa1b5dfd6d611b633f90b9bb0f42a6 (diff) |
add vim and bash configs
Diffstat (limited to 'scripts/image_from_xclip')
-rwxr-xr-x | scripts/image_from_xclip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/image_from_xclip b/scripts/image_from_xclip new file mode 100755 index 0000000..7485c19 --- /dev/null +++ b/scripts/image_from_xclip @@ -0,0 +1,2 @@ +#!/bin/sh +xclip -selection clipboard -t image/png -o > $1 |