Ask HN: How do you organise your files and folders?
31–40 of 182 posts
Re: Ask HN: How do you organise your files and folders?
#32Within each, there's subfolders for each client, by name. Within each of those, there's subfolders for each project. I used to do one subfolder like "{client} - {project}", but I find that it's easier to type a couple letters of the client name, then the enter key, then a couple letters of the project name. As opposed to having to type the entire client name, plus space-dash-space, just to get to the project names.
Everything else non-project related is, admittedly, a dumpster-fire on my FS. Thank goodness for Everything [0].
Re: Ask HN: How do you organise your files and folders?
#33Then, inside of that dir, I have several other folders - `personal` is where I keep my "personal" info (tax returns, copies of official documents, CV, bank statements, ...), `code` is where I keep my projects (usually I then have a `code/archive` as well for things I'm not working on any more), `music`, `photos`, `movies` are obvious, and `archive` for things like ebooks, saved websites, webinar videos, ...
also two folders called `inbox` (for new, yet unsorted items) and `tmp` (for things that can be deleted) - seemed like good ideas but I don't really use those any more... usually my OS-provided `Downloads` folder serves both these functions...
Re: Ask HN: How do you organise your files and folders?
#34At this point, I've decided 75%+ of stuff is transitory and doesn't deserve the time to be filed into a hierarchical local file system, so I just leave it all in Downloads on OS X. Github, Overleaf, Google Docs, and email has all the critical stuff. And of course I have full backups for years. This horrifies some people, but has worked well for me for about 5 years.
I could really use not a full download-to dialog on every save in my browser, but just a prompt for a very small set of download locations I've defined, possibly filtered by extension (.jpg -> 'photos_to_sort' or 'memes' or 'temp_junk' as my options)
this functionality is also available in the venerable DTA
Re: Ask HN: How do you organise your files and folders?
#35Re: Ask HN: How do you organise your files and folders?
#36Inside my "Documents folder" I have a shared folder with my wife (bunch of junk / pdfs), a personal one with a bunch of random crap, a linux folder full of config files / scripts / readmes / backups and a Work folder. Inside my work folder it's organized based on the company I was working for at the time, then by project or customer. I have been consulting for a few years, so inside that folder it's all organized based on the client, usually named by their company name, then inside of that it's individual projects. Granted, this is just me, so the org isn't too bad. I also have folders labelled "paperwork" inside my business which is, like it sounds, full of receipts, contracts, templates, etc. One thing I do that may be different to others is I'll keep invoices and company specific paperwork inside that companies folder. If I get an NDA from company xyz, it will usually go in xyz/paperwork or something like that.
I do the Doctor's office approach; each client or project is a folder where a bunch of stuff gets thrown in.
Maybe this helps you? Maybe not? Been working for me for a few years. For code I'll save the code in my Nextcloud and then also do commits with my git server.
Re: Ask HN: How do you organise your files and folders?
#37Subfolders for projects.
Every project has a directory named `my.tmp.dir`, thats in global gitignore. Everything project related goes there.
Re: Ask HN: How do you organise your files and folders?
#38 On NAS with ZFS + backup on second NAS + Online Backup:
/music/
/picture///
On every laptop/desktop i have a project folder which is backuped through git:
/project/
Then i have everything else i need in a google docs and its basically:
/docs/archive (stuff i don't need but don't wanna delete, old letters, old bills)
/docs/ebook
/docs/finance
/docs/flat
/docs/company/
/docs/resume
It reflects more or less what i have in real paper folders. I'm still rethinking if i can go full digital but its not really urgent.Passwords & Secerts are at lastpass, backuped on docs with very strong password. That change, made my life a lot easier :)
Re: Ask HN: How do you organise your files and folders?
#39I use a Nextcloud box with Hetzner. My general file org looks like this: Camera Upload (from Iphone) Documents zotero (webdav sync for publications with zotero). Inside my "Documents folder" I have a shared folder with my wife (bunch of junk / pdfs), a personal one with a bunch of random crap, a linux folder full of config files / scripts / readmes / backups and a Work folder. Inside my work folder it's organized bas…
Re: Ask HN: How do you organise your files and folders?
#40First thing to do, is to create a new "homedir" inside the OS-provided homedir. I want my homedir to be immediately backup-able, and unfortunately most OSs spam the system homedir with various nonsense, e.g. applications (on Mac, Chrome installs (or used to) in `~/.ApplicationData`, on Linux, there's various package managers' binary caches, ...). I used to name this `home` but next time I'll name it `my`, less confus…
What's really bullshit about this is the mixing of crap you wouldn't want to back up and actual user-relevant documents and config. The lowest-friction use of a bunch of programs will end up putting config you might want to keep, or documents, in your actual '~/' (say, "~/Documents"), but as you point out tons of stuff that you don't want ends up in there, too. At this point we almost need two "home" environment variables on unixy systems (and Windows has the same problem, of course). Another issue that's mostly Linux-specific (maybe the BSDs, too?) is the way someone who's not even that into sysadmin junk may end up with a few files in '/etc' that they'd like to back up, when really those aren't intended for use by any other users on the system (of which there may well be no other human ones) and could go in the home dir or somewhere else segregated from package-manager-sprayed, untouched-by-the-user noise.