Macworld Forums

Macworld Forums: Toggle hidden files on and off - Macworld Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Toggle hidden files on and off

#1 User is offline   Macworld 

  • Story Poster
  • Group: MW Bot
  • Posts: 31,655
  • Joined: 30-November 07

Posted 03 August 2010 - 05:01 AM

Post your comments for Toggle hidden files on and off here
0

#2 User is offline   zwei 

  • Member
  • PipPip
  • Group: Members
  • Posts: 257
  • Joined: 05-February 07

Posted 03 August 2010 - 05:29 AM

I wrote these AppleScripts a while back. I prefer this method because you don't have to relaunch the finder …you just browse.

The scripts are fully editable, so you can use them any way you like.

http://www.macupdate...ble-script-pack

ALSO NOTE: In Snow Leopard you can temporarily show hidden files in open/save dialogs by hitting "Command + Shift + ."

This post has been edited by zwei: 03 August 2010 - 05:37 AM

0

#3 User is offline   MrMark001 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 8
  • Joined: 28-June 10

Posted 03 August 2010 - 06:17 AM

I followed the instructions in your article and got an error message, which led me back to Automator, which gave me this message when I ran the script in Automator:

"2010-08-03 09:13:20.712 defaults[354:60f]
The domain/default pair of (com.apple.finder, AppleShowAllFiles) does not exist"

Hmmmmn......
0

#4 User is offline   neploleppard 

  • Member
  • PipPip
  • Group: Members
  • Posts: 80
  • Joined: 03-September 08

Posted 03 August 2010 - 06:33 AM

...or you could just click the checkbox on/off in Onyx. :-)

Cake!
0

#5 User is offline   majorb 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 03-August 10

Posted 03 August 2010 - 07:08 AM

I use a widget for my hidden files. You can find it at http://www.apple.com...ddenfiles.html.

In opinion this is the easiest way.
1

#6 User is offline   artpease 

  • Member
  • PipPip
  • Group: Members
  • Posts: 60
  • Joined: 06-July 05

Posted 03 August 2010 - 07:47 AM

View Postmajorb, on 03 August 2010 - 07:08 AM, said:

I use a widget for my hidden files. You can find it at http://www.apple.com...ddenfiles.html.

In opinion this is the easiest way.


Thanks majorb... perfect!
0

#7 User is offline   Maxer 

  • Member
  • PipPip
  • Group: Members
  • Posts: 601
  • Joined: 16-November 09

Posted 03 August 2010 - 07:48 AM

Or just use the Mac way (just GUI without Terminal or commands) with Macintosh Explorer
http://www.ragesw.co...s/explorer.html
0

#8 User is offline   ryates 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 03-August 10

Posted 03 August 2010 - 07:49 AM

View PostMrMark001, on 03 August 2010 - 06:17 AM, said:

I followed the instructions in your article and got an error message, which led me back to Automator, which gave me this message when I ran the script in Automator:

"2010-08-03 09:13:20.712 defaults[354:60f]
The domain/default pair of (com.apple.finder, AppleShowAllFiles) does not exist"

Hmmmmn......


This happens if you haven't previously set that preference. You can add these five lines of Applescript between on run and the code you pasted in and that should solve the problem:

try
    do shell script "defaults read com.apple.finder AppleShowAllFiles"
on error
    do shell script "defaults write com.apple.finder AppleShowAllFiles 0"
end try


or you can likely just go to terminal and set the preference one time.
0

#9 User is online   JonP 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 09-December 08

Posted 03 August 2010 - 07:49 AM

Is this Snow Leopard only? In Leopard I see no sign of a Services template. I just get asked what starting point I want for a new workflow, with the options Custom, Files & Folders, Music ... etc. I've tried various options but nothing seems to match.
0

#10 User is offline   kevingolde 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 08-August 08

Posted 03 August 2010 - 07:57 AM

View Postmajorb, on 03 August 2010 - 07:08 AM, said:

I use a widget for my hidden files. You can find it at http://www.apple.com...ddenfiles.html.

In opinion this is the easiest way.


Thanks, majorb, this works great!

(Just a note: when I clicked on the link, the period was included in the URL causing a page not found error.)

http://www.apple.com...iddenfiles.html
0

#11 User is offline   majorb 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 03-August 10

Posted 03 August 2010 - 08:37 AM

e use apples and mac os to make our lives a bit easier and more comfortable.
Why use terminal and automator if a simple widget does al the work?
0

#12 User is offline   egelb 

  • Member
  • PipPip
  • Group: Members
  • Posts: 43
  • Joined: 30-January 08

Posted 03 August 2010 - 08:49 AM

I use the app Show Hidden Files (http://gotoes.org/sa...denFilesMacOSX/) to toggle between show and hide hidden files. I put an alias to the program on my finder toolbar so it is convenient.
0

#13 User is offline   duality 

  • Member
  • PipPip
  • Group: Members
  • Posts: 45
  • Joined: 20-June 08

Posted 03 August 2010 - 10:36 AM

View Postegelb, on 03 August 2010 - 08:49 AM, said:

I use the app Show Hidden Files (http://gotoes.org/sa...denFilesMacOSX/) to toggle between show and hide hidden files. I put an alias to the program on my finder toolbar so it is convenient.


I use Invisibility Toggler (http://www.versiontr...fo/macosx/32246). It's even simpler and quicker than Show Hidden Files.
0

#14 User is offline   NBCGLX 

  • Member
  • PipPip
  • Group: Members
  • Posts: 20
  • Joined: 01-February 10

Posted 03 August 2010 - 01:25 PM

View Postmajorb, on 03 August 2010 - 07:08 AM, said:

I use a widget for my hidden files. You can find it at http://www.apple.com...ddenfiles.html.

In opinion this is the easiest way.


This is, by far, the easiest solution. Thank you!!
0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users