Skip to content

Instantly share code, notes, and snippets.

@xhlwill
Last active June 15, 2017 07:16
Show Gist options
  • Save xhlwill/f5921a1c78f01e67541a1e7957cf3c99 to your computer and use it in GitHub Desktop.
Save xhlwill/f5921a1c78f01e67541a1e7957cf3c99 to your computer and use it in GitHub Desktop.

Revisions

  1. xhlwill revised this gist Jun 15, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions show-all-files-in-finder.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    defaults write com.apple.finder AppleShowAllFiles -bool true

    # then restart finder
    killall Finder
    killall Finder
    # then restart finder
  2. xhlwill revised this gist Jun 14, 2017. No changes.
  3. xhlwill revised this gist Jun 14, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions show-all-files-in-finder.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    defaults write com.apple.finder AppleShowAllFiles -bool true

    # then restart finder
    killall Finder
  4. xhlwill revised this gist May 22, 2017. No changes.
  5. xhlwill revised this gist Apr 24, 2017. No changes.
  6. xhlwill revised this gist Apr 21, 2017. No changes.
  7. xhlwill renamed this gist Apr 18, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. xhlwill created this gist Apr 5, 2017.
    3 changes: 3 additions & 0 deletions show-all-files.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    defaults write com.apple.finder AppleShowAllFiles -bool true
    # then restart finder
    killall Finder