Tagged Questions
3
votes
1answer
199 views
Can I make the Finder label a folder if it contains a file or folder of a specific name?
I'd love it if I could somehow make the Finder color-label all folders containing a .git directory so I could tell at a glance if the folder is a Git repo. Any ideas?
1
vote
2answers
547 views
How do I use a keyboard shortcut to execute a shell script I wrote, passing the file selected in Finder as an arg?
I suppose you could have it pass in whatever was selected in general in any app (such as text highlighted in a web browser).
6
votes
4answers
3k views
Checking for folder/file changes using Automator?
Is there there a way to check a folder/file for changes (includes adding files, deleting files, changes in files,...). The 'Folder action' in Automator is only checking if any files are newly added.