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!"