summaryrefslogtreecommitdiff
path: root/scripts/trashy
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-01 19:54:04 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-01 19:54:04 +0530
commit98bbe7bd7fcec209e2408ff0b086858715ca89e0 (patch)
treed7597d75bbcc7d2b9621693c89058b77c8d504b2 /scripts/trashy
parent588af889ea41d9dfeb7f2c47c1a7af4de65b4406 (diff)
updated
Diffstat (limited to 'scripts/trashy')
-rwxr-xr-xscripts/trashy5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/trashy b/scripts/trashy
new file mode 100755
index 0000000..3318e41
--- /dev/null
+++ b/scripts/trashy
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+trashfiledir=$(find $HOME -type f -o -type d | dmenu -i -p "File to be deleted:" -l 15| awk '{printf('\"%s\"\n', $0);}')
+
+trash-put $trashfiledir