From 5cd28e525b1c6086629a5916482b4b04e264c816 Mon Sep 17 00:00:00 2001 From: alifeee Date: Fri, 13 Dec 2024 12:09:20 +0000 Subject: [PATCH] updated a Nautilus script to create blank files in a folder.md --- notes/a Nautilus script to create blank files in a folder.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/a Nautilus script to create blank files in a folder.md b/notes/a Nautilus script to create blank files in a folder.md index 38bb2c8..22154c7 100644 --- a/notes/a Nautilus script to create blank files in a folder.md +++ b/notes/a Nautilus script to create blank files in a folder.md @@ -27,6 +27,7 @@ So, I created a script in `/home/alifeee/.local/share/nautilus/scripts` called ` ```bash #!/bin/bash # create new file within folder (only works if used on folder) +# notify-send requires libnotify-bin -> `sudo apt install libnotify-bin` if [ -z "${1}" ]; then notify-send "did not get folder name. use script on folder!"