Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Hide temporary files created by TeXShop' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Hide temporary files created by TeXShop
Authored by: tammojan on Fri, Apr 11 2008 at 6:39AM PDT
Another way to hide files in the Finder is to use the command
SetFile -a V *.pdfsync *.log *.bbl *.aux *.blg
This has to be done only once for each file, but of course it could be called for each TeX file automatically. The files will remain visible in a terminal, and for latex. To undo this, use the same command with a lowercase v. Developer Tools are required for this to work.

[ Reply to This | # ]