Re: Advice on hidden files.

2018-05-31 Thread Barry Hadder
Good one Jonathan. I never knew about that keystroke. > On May 22, 2018, at 9:14 AM, Jonathan Cohn wrote: > > Hello, > > The Monday issue of Tidbits.com not only has a good explanation of wrapping > your own cloud backup service, but also a hint about quickly revealing hidd

Advice on hidden files.

2018-05-22 Thread Jonathan Cohn
Hello, The Monday issue of Tidbits.com not only has a good explanation of wrapping your own cloud backup service, but also a hint about quickly revealing hidden files in the finder. The keyboard shortcut command-shift-period will toggle the reveal hidden files option in the finder that I

Re: showing hidden files

2014-12-27 Thread David Griffith
I put your question into Google and got the following result which shows how to do this in Terminal It apparently works for Yosemite as well. http://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/ > On 28 Dec 2014, at 00:26, Scott Berry wrote: > > How

showing hidden files

2014-12-27 Thread Scott Berry
How do I show hidden files on the Mac? -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to macvisionaries+unsubscr...@googlegroups.com. To post to

Re: any way to show hidden files on mac lion

2012-06-03 Thread Caitlyn and Nickels
tintertool application. In the finder area of that tool is a > checkbox to allow viewing of hidden files. > Best wishes, > > Jonathan C. Cohn > jon.c.c...@gmail.com > +1 *(703) 573-6956 > http://www.linkedin.com/in/JCCohn > > > > On May 28, 2012, at 2:30 PM, Ioana G

Re: showing hidden files/folders in Lion

2012-05-31 Thread Jonathan C. Cohn
THe easiest way would be to wrap the defaults command in a AppleScript do shell script for example do shell script "defaults -g com.apple.iCal" BreakMeBad" If you want the script to ack like a toggle then you need a bit more work.. add at the top property myStatus THen the AppleScript comm

Re: any way to show hidden files on mac lion

2012-05-31 Thread Christopher-Mark Gilland
Oh, that would be why. OK. Thanks for the clear up. Chris. - Original Message - From: "Ricardo Walker" To: Sent: Thursday, May 31, 2012 1:38 AM Subject: Re: any way to show hidden files on mac lion Hi, This only works in file browser dialog boxes. Ricardo W

Re: showing hidden files/folders in Lion

2012-05-31 Thread Hayri Tulumcu
ware can i find all the shortcuts to the OS X whith out apple website? - Original Message - From: "Neil Barnfather - TalkNav" To: Sent: Wednesday, May 30, 2012 11:29 PM Subject: Re: showing hidden files/folders in Lion Ricardo, The other day, an Apple senior tech advisor

Re: any way to show hidden files on mac lion

2012-05-31 Thread Neil Barnfather - TalkNav
accessible phone, PDA and GPS related enquiries visit www.talknav.com URL: - www.talknav.com e-mail: - serv...@talknav.com Phone: - +44 844 999 4199 On 31 May 2012, at 02:30, Christopher-Mark Gilland wrote: > OK, but... > > is that just hidden files, or does that also include hidden system

Re: any way to show hidden files on mac lion

2012-05-30 Thread Ricardo Walker
Hi, This only works in file browser dialog boxes. Ricardo Walker rica...@appletothecore.info Twitter:@apple2thecore www.appletothecore.info On May 30, 2012, at 4:06 PM, Neil Barnfather - TalkNav wrote: > you can show hidden files on a Mac in a Finder Window by pressing Command, >

Re: any way to show hidden files on mac lion

2012-05-30 Thread Christopher-Mark Gilland
I don't hear a ding, but I will confirm it doesn't seem to wanna work. Chris. - Original Message - From: Ioana Gandrabur To: macvisionaries@googlegroups.com Sent: Wednesday, May 30, 2012 5:12 PM Subject: Re: any way to show hidden files on mac lion HI Neel,

Re: any way to show hidden files on mac lion

2012-05-30 Thread Christopher-Mark Gilland
OK, but... is that just hidden files, or does that also include hidden system files as well. Chris. - Original Message - From: "Neil Barnfather - TalkNav" To: Sent: Wednesday, May 30, 2012 4:06 PM Subject: Re: any way to show hidden files on mac lion you can show hi

Re: showing hidden files/folders in Lion

2012-05-30 Thread Neil Barnfather - TalkNav
Ricardo, The other day, an Apple senior tech advisor showed me how to show hidden files on my iMac. command, shift, period, that worked just ffine, it is a one time command, you have to repeat each folder you wish it work in, and, if you close the finder, you have to repeat it again in that

Re: any way to show hidden files on mac lion

2012-05-30 Thread Neil Barnfather - TalkNav
www.ioanagandrabur.com on iTunes and most online > stores. > > On May 30, 2012, at 4:06 PM, Neil Barnfather - TalkNav wrote: > >> you can show hidden files on a Mac in a Finder Window by pressing Command, >> Shift, full stop (or period) whatever you refer to it as. >

Re: any way to show hidden files on mac lion

2012-05-30 Thread Ioana Gandrabur
Barnfather - TalkNav wrote: > you can show hidden files on a Mac in a Finder Window by pressing Command, > Shift, full stop (or period) whatever you refer to it as. > > > Regards, > > Neil Barnfather > > Talks List Administrator > Twitter @neilbarnfather > > T

Re: any way to show hidden files on mac lion

2012-05-30 Thread Neil Barnfather - TalkNav
you can show hidden files on a Mac in a Finder Window by pressing Command, Shift, full stop (or period) whatever you refer to it as. Regards, Neil Barnfather Talks List Administrator Twitter @neilbarnfather TalkNav is a Nuance, Code Factory and Sendero dealer, as well as an Apple iOS

Re: any way to show hidden files on mac lion

2012-05-30 Thread Jonathan C. Cohn
There is a defaults command for doing this in the terminal. Or you could download the tintertool application. In the finder area of that tool is a checkbox to allow viewing of hidden files. Best wishes, Jonathan C. Cohn jon.c.c...@gmail.com +1 *(703) 573-6956 http://www.linkedin.com/in

any way to show hidden files on mac lion

2012-05-28 Thread Ioana Gandrabur
I can delete since I have the option to show hidden files turned on. Can something similar be done in the mac? THanks, Ioana Please check out my cd on www.ioanagandrabur.com on iTunes and most online stores. -- You received this message because you are subscribed to the Google G

showing hidden files/folders in Lion

2012-05-27 Thread Ricardo Walker
Hi folks, is there an Apple script out there that can show/hide hidden files/folders in Lion? If not, can someone instruct me on how to make such an apple script? I've seen terminal commands to do this but, I would like to be able to use such commands with VO's keyboard an

Re: [Bulk] show hidden files in finder, help needed

2011-08-26 Thread Ray Foret Jr
Files NO > defaults write com.apple.Finder AppleShowAllFiles FALSE > > After every command, I have forced to restart the finder but , I can't still > see the hidden files. > > What I am doing wrong? > > thx for your help, > > best regards, > William > > -- > You

show hidden files in finder, help needed

2011-08-26 Thread William Windels
write com.apple.Finder AppleShowAllFiles NO defaults write com.apple.Finder AppleShowAllFiles FALSE After every command, I have forced to restart the finder but , I can't still see the hidden files. What I am doing wrong? thx for your help, best regards, William -- You received this me

Hidden files shortcut key.

2011-01-09 Thread Jonathan C. Cohn
WIth thanks of the TIps area of Tidbits.com In Snow Leopard, if you want to show otherwise hidden files in Open and Save dialog file lists, just press Command-Shift-period. Pressing it again hides the files. -- You received this message because you are subscribed to the Google Groups

Re: Transmit: Viewing hidden files

2010-11-26 Thread Orin
Yeah it does. Thanks. Orin orin8...@gmail.com Twitter: http://www.twitter.com/orinks Skype: orin1112 On Nov 26, 2010, at 12:45 PM, Esther wrote: > Hi Orin, > > Doesn't the "View" menu of Transmit's menu bar have a "Show invisible files" > menu

Re: Transmit: Viewing hidden files

2010-11-26 Thread louie
Type the commands below in terminal to show all hidden files and to hide them. defaults write com.apple.finder AppleShowAllFiles ON defaults write com.apple.finder AppleShowAllFiles OFF On Nov 26, 2010, at 9:26 AM, Orin wrote: > Hi all, > > Just wondering how to do this, because

Re: Transmit: Viewing hidden files

2010-11-26 Thread Esther
Hi Orin, Doesn't the "View" menu of Transmit's menu bar have a "Show invisible files" menu options that will let you see hidden files? HTH. Cheers, Esther On Nov 26, 2010, Orin wrote: Hi all, Just wondering how to do this, because WordPress install has

Transmit: Viewing hidden files

2010-11-26 Thread Orin
Hi all, Just wondering how to do this, because WordPress install has a hidden file I need to move. Thanks. Orin orin8...@gmail.com Twitter: http://www.twitter.com/orinks Skype: orin1112 -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To p

Re: Show hidden files?

2010-07-23 Thread Hypnotic Consulting
a related question, I want to shorten the verbage that vo announces when moving through the files. I unchecked show extention, but that had no effect. kind of weird. Jorge -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this grou

Re: show hidden files?

2010-07-23 Thread Chris Blouch
the good kind :) That said, why would you want to see all the .hidden files in the finder? They are generally not user-centric stuff that you'd want to touch. CB louie wrote: This is not a hack write. Only those who do not know how to program will make such a statement. tell applicati

Re: show hidden files?

2010-07-23 Thread erik burggraaf
der preferences under the hood is still hackery, of the good > kind :) That said, why would you want to see all the .hidden files in the > finder? They are generally not user-centric stuff that you'd want to touch. > > CB > > louie wrote: >> This is not a hack write.

Re: Show hidden files?

2010-07-23 Thread erik burggraaf
How do I show hidden files in finder? > > You can use the following shell command to reveal all hidden files and > directories: > > defaults write com.apple.Finder AppleShowAllFiles YES > > If you want to return to the standard Finder view (that is, with all normally > hi

Show hidden files?

2010-07-22 Thread David Hathaway (JBL ICT)
Hello again everyone. I'm sorry, but I forgot to mention a couple of things in my last message. Some text editors will let you edit hidden files and the contents of hidden directories without having to resort to a shell command. One such is Smultron, which is a free text and source code e

Show hidden files?

2010-07-22 Thread David Hathaway (JBL ICT)
Hello everyone. > erik burggraaf asked: > How do I show hidden files in finder? You can use the following shell command to reveal all hidden files and directories: defaults write com.apple.Finder AppleShowAllFiles YES If you want to return to the standard Finder view (that is, wi

Re: show hidden files?

2010-07-22 Thread Barry Hadder
Open terminal and type: defaults write com.apple.Finder AppleShowAllFiles YES To turn it off, just substitute "YES" with "NO". On Jul 22, 2010, at 3:13 PM, erik burggraaf wrote: > Hi guys,, > > How do I show hidden files in finder? > > Thanks, > >

Re: show hidden files?

2010-07-22 Thread Chris Blouch
Or go to terminal and paste defaults write com.apple.finder AppleShowAllFiles ON but modifying finder preferences under the hood is still hackery, of the good kind :) That said, why would you want to see all the .hidden files in the finder? They are generally not user-centric stuff that you&#

Re: show hidden files?

2010-07-22 Thread louie
how? You can, of course, access them through the terminal. CB erik burggraaf wrote: Hi guys,, How do I show hidden files in finder? Thanks, Erik Burggraaf User support consultant, Website: http://www.erik-burggraaf.com Toll-free: 888-255-5194 -- You received this message because you are su

Re: show hidden files?

2010-07-22 Thread Chris Blouch
,, How do I show hidden files in finder? Thanks, Erik Burggraaf User support consultant, Website: http://www.erik-burggraaf.com Toll-free: 888-255-5194 -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, sen

show hidden files?

2010-07-22 Thread erik burggraaf
Hi guys,, How do I show hidden files in finder? Thanks, Erik Burggraaf User support consultant, Website: http://www.erik-burggraaf.com Toll-free: 888-255-5194 -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this g

Re: hidden files

2009-12-18 Thread louie
Here is a apple script I wrote to show and hide hidden files. tell application "Finder" activate try set showHidden to do shell script "defaults read com.apple.finder AppleShowAllFiles" as string if showHidden is "OFF" then say "Showing dot fil

hidden files

2009-12-18 Thread william lomas
hi all, how do i show hidden files and folders? thanks will -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to macvisionar...@googlegroups.com. To unsubscribe from this group, sen