Tips and tricks

Mac Automator - Create a folder and ignore it in Dropbox
Posted on December 26 2023 / in WordPress
Launch Automator
Select Quick Action
in the top, receives: files or folder in Finder.app

Add a Run Shell Script, and set Pass input: as arguments
in the bash run:
cat > text.txt
for f in "$@"
do
mkdir "$f/node_modules"
xattr -w com.dropbox.ignored 1 "$f/node_modules"
done
Javascript - How to watch property change on object or window
WordPress: Where to modify maximum upload size for media
Recent Comments
- admin on Vimeo Thumbnail Generator
- Robert Moeck on Vimeo Thumbnail Generator
- Rainer on Vimeo Thumbnail Generator
- Video Gallery WordPress Plugin /w YouTube, Vimeo, Facebook pages | Berita Online on Vimeo Thumbnail Generator
- Use Browserify Globally as Watcher in PhpStorm [ add Babelify ] – Digital Zoom Studio on Setup a .babelrc in your user directory