On Windows, I find I need to spend more time organizing as the search seems to be substantially worse than spotlight. Search is still my go to though.
Ask HN: How do you organise your files and folders?
11–20 of 182 posts
Re: Ask HN: How do you organise your files and folders?
#12~/Documents/$(YYYYMM)/ mostly for personal stuff. I have a Makefile rule in ~/Makefile that moves ~/Desktop/* there periodically. I also have ~/Documents/eeqj/$(YYYYMM)/ for my revenue-related files, and ~/Documents/eeqj/$(YYYYMMDD).$(PROJECTNAME)/ for specific projects.
Re: Ask HN: How do you organise your files and folders?
#13i've never felt a need to organize my files as files. if it's important enough to organize, it's important enough to put in a wiki or git repo or some more structured way of organizing things than files on a filesystem.
Re: Ask HN: How do you organise your files and folders?
#14Code is in ~/workspace which is typically ~/workspace/$company/$github-repos
My markdown docs (snippets, research) are in ~/workspace/docs/$whatimresearching
I do everything out of my workspace. This lowers the amount of cruft I have to move between systems when migrating. Mostly dotfiles and ~/workspace and I'm good to go. And I keep offline backups of course.
Re: Ask HN: How do you organise your files and folders?
#15Re: Ask HN: How do you organise your files and folders?
#16Re: Ask HN: How do you organise your files and folders?
#17Edit: https://www.ted.com/talks/tom_griffiths_3_ways_to_make_bette...
Re: Ask HN: How do you organise your files and folders?
#18`ag -g 'some-piece-of-the-name-that-seems-kind-of-likely'` [0] [0] https://github.com/ggreer/the_silver_searcher
Re: Ask HN: How do you organise your files and folders?
#19Tiago Forte has a system called PARA:
- Projects
- Areas
- Resources
- Archive
This is just enough structure for me to know where things are. The hardest part to me is there are things that cross the Areas/Resources boundary.
Re: Ask HN: How do you organise your files and folders?
#20References go into a few directories, there are some vaguely sorted directories of inspirational images, books go into an "ebooks" directory that has a few broad categories in it, mostly I just go to that directory and type what I'm looking for into OSX's search bar.
When I do commissions, reference images generally get dropped into the Illustrator file and deleted from the filesystem.