From f5d9848d353eea3be134f97a3e57e183e5351b61 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 23 Oct 2023 11:15:57 +0200 Subject: added more scripts --- bin/guiscripts/cledit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/guiscripts/cledit (limited to 'bin/guiscripts/cledit') diff --git a/bin/guiscripts/cledit b/bin/guiscripts/cledit new file mode 100755 index 0000000..1011eeb --- /dev/null +++ b/bin/guiscripts/cledit @@ -0,0 +1,5 @@ +#!/bin/sh +tmp="$(mktemp)" +wl-paste > "$tmp" +viedit "$tmp" && wl-copy -n < "$tmp" +shred -uz "$tmp" -- cgit v1.2.3