Skip to content

Commit

Permalink
updated a Nautilus script to create blank files in a folder.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 13, 2024
1 parent 72f42a3 commit 5cd28e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 5cd28e5

Please sign in to comment.