Update 2022-12-23 09:36 OpenBSD/amd64

This commit is contained in:
c0dev0id
2022-12-23 09:36:12 +01:00
parent e15731b711
commit 278d422977
3 changed files with 50 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
# C-x + ?-?
set -x
copy_to_clipboard() {
printf '%s\n' "Clipping $1"
printf '%s' "$(readlink -f "$1")" \
@@ -72,6 +74,7 @@ do
"p") printf '%s\n' "$(readlink -f "$file")" ;;
"u") upload_to_paste "$file" ;;
"x") save_image "$file" ;;
"w") website-add-image-to-gallery $file ;;
"Right") rotate_cw "$file" ;;
"Left") rotate_ccw "$file" ;;
esac