Total Posts

0

Total Commits

0

(v1: 0, v2: 0)
Total Deployments

0

Latest commit:Unable to fetch commit info
7/9/2025
Latest deployment:
pending
7/9/2025
v2
Started 7/9/2025

Built by Remco Stoeten with a little ❤️

Snippets.remcostoeten
Snippets.remcostoeten
Snippets
Welcome to Snippets
Cleanup enviorment
Clipboard Copy Commands
Fish Shell Port and File Utilities
Recursive file & folder creation
Dotfiles/Scripts

Recursive file & folder creation

Allow writing touch & mkdir which allows to create recursive with auto folder creation and runs chmod +x on the created file by default

ToDo:

Instead of having to type

mkdir -p some/folder/that/doesnt/exist
&&
touch some/folder/that/doesnt/exist/some-file.sh 
&&
chmod +x some/folder/that/doesnt/exist/some-file.sh

You simply want to be able to do mkdir recursive instead of mkdir -p or touch recursive without having to create the directory first.

Fish Shell Port and File Utilities

A set of Fish shell functions to list listening ports, interactively kill processes by port, and create timestamped file backups.

Prevent system from prompting for your password when you type sudo

Next Page

Jul 9, 2025
5 min read
878 words