Show hide hidden files mac os

Quickly Show/Hide Hidden Files on macOS Sierra, OS X El Capitan & Yosemite

Updates

Added shortcut method available on macOS Sierra keyboard.

Method of showing/hiding hidden files tested and working on macOS Sierra.

Method of showing/hiding hidden files tested and working on Mac OS X El Capitan.

It seems like every day I search Google for the command to show hidden files on Mac OS X, not to mention Googling for the command to then hide those hidden files a few minutes later.

Today I decided to make a short and easy to remember alias to speed up the process. All I need do now is type showFiles and hideFiles whenever I need to show/hide OS X’s hidden files. Here’s how you can do it too.

The Quickest Way to Show/Hide Hidden Files

Since the release of macOS Sierra, when in Finder, it is now possible to use the shortcut:

Press once to show hidden files and again to hide them. If you’re using a version earlier than macOS Sierra, see Show/Hide Hidden Files using Terminal Aliases to setup a toggle command via terminal.

Thanks to Guido Schlabitz for making me aware of this new shortcut.

Show/Hide Hidden Files the Long Way

The long way to show hidden Mac OS X files is as follows:

  1. Open Terminal found in Finder > Applications > Utilities
  2. In Terminal, paste the following: defaults write com.apple.finder AppleShowAllFiles YES
  3. Press return
  4. Hold the ‘Option/alt’ key, then right click on the Finder icon in the dock and click Relaunch.

Relaunch Finder by right clicking the Finder Icon whilst holding the `option/alt` key

This will show all hidden files. To hide them again, follow the same steps but replace the Terminal command with:

It’s not the longest set of instructions or the biggest command to commit to memory but if you’re doing this a lot, it’s worth spending a few minutes now to save yourself a lot more time in the future.

Show/Hide Hidden Files using Terminal Aliases

A Terminal alias is a name or shortcut for one or multiple commands. Using an easy to remember alias, we can turn the above four step process into just one.

An alias can be made temporarily (just for the use of one terminal session) or permanently. As we want this to be a shortcut used now and in the future, let’s make it permanent:

  1. Open Terminal found in Finder > Applications > Utilities
  2. In Terminal, paste the following: sudo nano

/.bash_profile

  • Enter your Mac’s administration password if required, then hit return
  • At the bottom of the open .bash_profile file, paste the following: alias showFiles=’defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app’

    Below that, paste the following: alias hideFiles=’defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app’

  • Press ctrl + O and hit return to save the file
  • Press ctrl + X to exit the file and return to the command line
  • In Terminal, paste the following: source

    /.bash_profile to refresh your profile and make the aliases available

    Adding aliases to .bash_profile via Terminal

    Now when you want to show hidden files, all you need type in Terminal is showFiles , then hideFiles when you want to hide them.

    If you want to modify the behaviour or alias names, let’s take a closer look at the commands you just added:

    alias tells Terminal we’re adding a new alias.

    showFiles is the name of the alias. Change this to what you wish.

    We then give the alias two commands. The first being:

    This is the command to show hidden files and is ended with a semi-colon ; so we can then use the second command:

    This will relaunch the Finder (to replicate the step of holding the ‘Option/alt’ key then right clicking the Finder icon in the dock).

    Conclusion

    With the aliases set up, all you need do in the future is type showFiles and hideFiles to show and hide Mac OS X’s hidden files respectively.

    Aliases can be used to speed up your interaction with the Terminal. Set up an alias for navigating to your most used directories, to commit to a GitHub repo and so on.

    Ian Lunn is a Front-end Developer with 12 years commercial experience, author of CSS3 Foundations, and graduate of Internet Technology. He creates successful websites that are fast, easy to use, and built with best practices.

    Источник

    5 способов как показать скрытые файлы и папки в macOS

    В этой статье опишем 5 простых способов как показать скрытые файлы и папки macOS. Воспользоваться ими может даже пользователь с минимальными навыками работы на Mac.

    Как и любая другая операционная система, macOS позволяет скрывать файлы и папки. Но просто зайти в настройки и активировать режим отображения скрытых файлов или папок не получится.

    В отличие от проводника Windows, на Mac такого переключателя нет. Но отчаиваться не стоит, вариантов решения несколько.

    Горячие клавиши

    Использование сочетания клавиш — это самый быстрый способ показать скрытые папки и файлы Mac.

    1. Откройте Finder.
    2. Нажмите одновременно три клавиши Ctrl + Shift + .

    Это отобразит все скрытые файлы и папки на Mac мгновенно.

    Чтобы скрыть их снова нажмите клавиши Ctrl + Shift + . ещё раз.

    Приложение Терминал

    Стандартное приложение Терминал установлено в macOS по умолчанию. Оно позволяет пользователям изменять настройки операционной системы, передавая ей команды и параметры.

    В данном методе мы будем вводить команды UNIX в окне приложения Терминал. Это не сложно, все команды ниже проверены мной лично.

    Вы можете получить доступ к терминалу напрямую из поиска Spotlight, через Launchpad в Dock или просто перейдите по пути Finder > Программы > Утилиты . Там увидите приложение.

    Чтобы увидеть скрытые файлы в macOS:

    1. Откройте приложение Терминал.
    2. Скопируйте и вставьте в него следующую команду:

    defaults write com.apple.Finder AppleShowAllFiles 1 && killall Finder

    Выглядеть это будет так:

    В результате выполнения команды отобразятся все скрытые папки macOS и спрятанные от ваших глаз документы.

    Чтобы обратно скрыть скрытые файлы macOS необходимо ввести другую команду:

    defaults write com.apple.Finder AppleShowAllFiles 0 && killall Finder

    Этот метод не сложный, но подразумевает, что вы держите под рукой (или может помните наизусть) команды UNIX для ввода в Терминал.

    Держать под рукой команды может быть неудобно, если отображать/скрывать файлы с папками приходится часто. Для того чтобы упростить этот процесс воспользуйтесь одним из следующих способов.

    Программа Funter

    Существует несколько приложений, которые функционируют как расширения Finder. Они позволяют делать скрытые файлы и папки видимыми (или невидимыми) в пару кликов, что делает процесс доступа к ним очень простым.

    Среди подобных приложений можно выделить бесплатную программу Funter от команды разработчиков Nektony. Она предназначена для отображения скрытых файлов без использования Терминала или запоминания горячих клавиш.

    После установки Funter отображает свою иконку в верхней строке меню. Работа со скрытыми файлами сводится к одному клику — включить или выключить их отображение.

    Если нажать на «Использование системы», приложение развернётся и можно увидеть процент использования оперативной памяти и жёсткого диска.

    Funter интегрируется в меню macOS (это можно отключить в настройках), что позволяет устанавливать либо снимать атрибут «скрытый» для файлов и папок кликом правой кнопки мыши.

    Если программа не появилась в меню перезагрузите компьютер.

    Funter практически не потребляет ресурсы Mac, поддерживает русский язык и позволяет разом решить проблему отображения скрытых файлов на Mac.

    AppleScript

    В этом способе мы создадим исполняемый файл, при клике по которому будут отображаться скрытые папки и файлы Mac. Запоминать команды с горячими клавишами или ставить сторонние программы не нужно.

    AppleScript — это язык, разработанный для того, чтобы помочь автоматизировать повторяющиеся или трудоёмкие действия на macOS. С его помощью можно сделать скрытые файлы видимыми.

    Работа с AppleScripts происходит через стандартный инструмент операционной системы «Редактор скриптов». Найдите его через Launchpad и запустите.

    Создайте новый документ, скопируйте и вставьте следующий код в окно редактора:

    display dialog «Would you like to show hidden files?» buttons <"Show Hidden Files", "Hide Files">
    set result to button returned of result
    if result is equal to «Show Hidden Files» then
    do shell script «defaults write com.apple.finder AppleShowAllFiles -bool true»
    else
    do shell script «defaults write com.apple.finder AppleShowAllFiles -bool false»
    end if
    do shell script «killall Finder»

    Должно получиться так:

    Нажмите кнопку «Запустить скрипт » в окне программы, после чего выберите необходимое действие:

    1. Show Hidden Files — показать.
    2. Hide Files — скрыть.

    Со храните этот файл, чтобы можно было использовать его позже.

    Теперь каждый раз, когда нужно скрыть или посмотреть скрытые файлы или папки, откройте этот файл сценария и нажмите кнопку «Запустить скрипт » .

    Папка Library

    Библиотечная папка Library на Mac является системной, она скрыта по умолчанию. Можно использовать Терминал, горячие клавиши и другие способы, чтобы попасть в неё. Но есть способ проще.

    Для этого нужно предпринять следующие шаги:

    1. Откройте Finder.
    2. В верхнем меню выберите пункт «Переход».
    3. Нажмите клавишу Option (она же Alt), в меню появится раздел «Библиотека».

    Кликните по папке, открыв её содержимое. При этом документы на Mac вне папки Library останутся невидимыми.

    На этом всё, если остались вопросы — задавайте их в комметнриях ниже. Выбирайте наиболее подходящий вариант и используйте его.

    Источник

    Question: Q: How do I show hidden files on my mac

    How can I show hidden files on my Mac?

    iMac, OS X Mavericks (10.9.2)

    Posted on Jun 3, 2016 6:12 AM

    Helpful answers

    NOTE: shift+command+period toggles hidden files in Finder too!! (on macOS Sierra Ver 10.12.4)

    No need to open terminal or manually relaunch Finder!

    Apr 26, 2017 2:09 PM

    Better solution: Use shift+command+period to toggle hidden files in Finder (on macOS Sierra Ver 10.12.4).

    This may also work in prompts to open or save documents (see below post from VikingOSX Nov 7, 2016 5:16 AM )

    Apr 26, 2017 2:23 PM

    There’s more to the conversation

    Loading page content

    Page content loaded

    Jun 3, 2016 6:15 AM

    1. Hi. You can try these steps:
    2. 1. Open Terminal found in Finder, go to Applications, choose Utilities
    3. 2. In Terminal, paste the following:
    4. 3. Press return after that.
    5. 4. Hold the ‘Option/alt’ key, then right click on the Finder icon in the dock and click Relaunch.

    Jun 3, 2016 6:18 AM

    If you want to hide or show hidden files on Mac, follow this guide. All you need to do is to perform a few simple commands via Terminal.

    If you can’t remember those commands for the next time. Don’t worry, there were solutions to help you create aliases for those long commands. In the next time, you only need to enter the short ones.

    Nov 7, 2016 1:26 AM

    Applications that use the Cocoa (AppKit) NSOpenPanel and NSSavePanel classes that prompt to open or save documents — also permit the use of shift+command+period keyboard shortcut that toggles hidden files on and off in that panel.

    Try it with TextEdit, Preview, etc.

    Nov 7, 2016 5:16 AM

    Applications that use the Cocoa (AppKit) NSOpenPanel and NSSavePanel classes that prompt to open or save documents — also permit the use of shift+command+period keyboard shortcut that toggles hidden files on and off in that panel.

    Cool shortcut — I never knew this was possible.

    Nov 7, 2016 7:15 AM

    NOTE: shift+command+period toggles hidden files in Finder too!! (on macOS Sierra Ver 10.12.4)

    No need to open terminal or manually relaunch Finder!

    Apr 26, 2017 2:09 PM

    Better solution: Use shift+command+period to toggle hidden files in Finder (on macOS Sierra Ver 10.12.4).

    This may also work in prompts to open or save documents (see below post from VikingOSX Nov 7, 2016 5:16 AM )

    Apr 26, 2017 2:23 PM

    Question: Q: How do I show hidden files on my mac More Less

    Источник

    How to Show Hidden Files on MacOS with a Keyboard Shortcut

    Modern versions of Mac OS offer a super-fast and easy way to reveal invisible files on a Mac, all you need to use is a keyboard shortcut. With a simple keystroke, you can instantly show hidden files on a Mac, and with another strike of the same keyboard shortcut, you can instantly hide the hidden files again too. This is by far the fastest way possible to show and hide invisible files on a Mac. You won’t need to use the defaults command to show hidden files (though it still works), instead you can just use the handy keyboard shortcut anywhere in the Finder or a file access dialog.

    To use the hidden files keyboard shortcut, you’ll need a modern version of Mac OS system software, including macOS Mojave, High Sierra, and macOS Sierra, anything beyond 10.12 should support the invisible files toggle keyboard shortcut.

    If you’re unfamiliar with the concept, hidden files and hidden folders on a Mac are typically either system level items, configuration data, or some other file or folder which is usually hidden from the average end user for a reason. Thus, revealing hidden files is usually only necessary for more advanced Mac users, whether it’s to view, edit, or modify some particular invisible file or folder, or contents therein.

    How to Show Hidden Files on Mac with a Keyboard Shortcut

    Using the Show Hidden Files Keyboard Shortcut is incredibly simple, here’s how it works:

      From the Finder of Mac OS, navigate to any folder where there might be hidden files (for example, the Macintosh HD root directory, or a user Home folder)

    Now press Command + Shift + Period to instantly toggle to show hidden files

    Here is an example of what the Macintosh HD directory looks like after hidden files are made visible, and after hidden files are made invisible again, this is demonstrated in animated GIF format so that you can see the hidden files appearing and disappearing:

    As you can see the hidden files and folders become visible and invisible as the keyboard shortcut is pressed.

    The hidden files and folders, often marked as hidden via chflags command, setfiles, or by placing a . period as a name prefix, will instantly become visible. The now visible hidden files will be displayed as having slightly faded names and icons, to offer a visual indicator that the file or folder in question is usually hidden.

    Note that with hidden files made visible, they will become visible in all folders on the Mac, just like what happens if you use the defaults command to show hidden files in Mac OS and Mac OS X. The big difference between modern Mac OS releases and earlier versions of system software is that now the Command + Shift + Period keyboard shortcut is available to show and hide invisible items in the Finder, whereas before you had to use the defaults write command in the Terminal to reveal or hide those files and folders. If you prefer the command line approach for whatever reason, it is still available to modern Mac OS releases.

    How to Hide Hidden Files on Mac with Keyboard Shortcut

    And of course you can quickly toggle to hide the hidden files again and make them no longer visible by using the same keyboard shortcut:

    • Navigate anywhere in the Mac Finder and hit Command + Shift + Period again to hide invisible files

    Toggling the hidden files keyboard shortcut will impact all folders on the Mac.

    Command + Shift + Period is the Keyboard Shortcut for Toggling Hidden Files in Mac OS

    Just remember that pressing down Command + Shift + Period in the file system of Mac OS will hide or show invisible files.

    The visual indicator of hidden files and folders is fairly obvious. Here’s a folder (root Macintosh HD) with hidden files invisible, the default state:

    And here’s that same folder with hidden files made visible via the keyboard shortcut, as you can see there are many more items in the same directory but they are hidden from the usual Finder view of the user. Each hidden file or folder is represented by the faded opaque icon and name:

    If this keyboard shortcut sounds familiar to you and you’re a longtime Mac user, it’s probably because the Command Shift Period trick has long worked to toggle viewing of invisible items in Open and Save dialog boxes, it’s just that now that same keyboard shortcut can toggle the visibility of invisible items in the general Finder of Mac OS as well.

    As mentioned before, you can still show and hide hidden files in Mac OS with a defaults command if you want to, or you can enable with a defaults command and hide them again with the aforementioned keystroke, but the defaults string syntax is simply no longer necessary to gain quick access to the hidden files.

    Again, this keyboard shortcut trick only applies to modern MacOS releases, earlier versions of system software will need to use the command line method instead.

    Whether you show or hide invisible files on the Mac is entirely up to you, but generally speaking having them made visible is most appropriate for advanced Mac users who need to access the hidden directories or files that are scattered throughout Mac OS. Absolutely do not remove, modify, or delete any hidden files without knowing what you’re doing, many of them are configuration files for various apps, programs, and functionalities, or are necessary components to Mac OS and software.

    Источник

    Читайте также:  All user desktop windows 2012
  • Оцените статью