From 54b772cae06eb25adf33297e35234f33ded81a7b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 12 Mar 2022 19:54:51 +0530 Subject: neovim addition --- .scripts/trashy | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .scripts/trashy (limited to '.scripts/trashy') 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 -- cgit v1.2.3