Since I'm not really great with using the terminal, I would like to see hidden folders on my Mac through the regular user interface. However, I cannot show my hidden folders. I tried things I found on the internet but they did not work for me. I tried
cmd+shift+dot - nothing happens
settings > Keyboard > turning on and off "Use F1, F2, etc. keys as standard function keys"
settings > Keyboard > Shortcuts > Restore Defaults
terminal.app >
defaults write com.apple.finder AppleShowAllFiles ["yes"/"YES"/" "]
sourceat the folder I want to view the hidden contents of, I pressed Alt while clicking Go. after the "Library" folder showed up in "Go," I clicked it and saw many folders in Library, but still didn't see any folders with . in front. source
My main goal is to copy and paste into a .gitignore file that is stored in a specific folder on my desktop. I am having troubles doing it through the terminal so I thought this would be easier but it is apparently not. :)
Question: How can I fix this issue and allow myself to see hidden folders on my Mac?
I don't have a strong background in this stuff and am not trained in computer science/tech stuff.
I have macOS Mojave.
empty
file I created ended up outside oftest_hidden
even though I ran mkdir first. Is it supposed to do that? – Ev C Jul 22 '20 at 16:51open -a TextEdit .gitignore
. Thank you. But I wonder why my Mac will not show hidden files.. very strange – Ev C Jul 22 '20 at 16:53killall Finder
? this relaunches Finder. Or a restart? – anki Jul 22 '20 at 18:59