HACKER Q&A
📣 35mm

How do you keep your personal scripts organised?


A lot of us have a bunch of useful scripts lying around to automate various tasks. How are you keeping them organised?


  👤 marbu Accepted Answer ✓
I have a git repository for scripts which has no other place to go. There the scripts are placed in a flat structure (no subdirectories).

👤 zeagle
I save a flat file copy in a directory on my laptop and try to remember to update it if I make changes. Same for config files e.g. nginx.

👤 theandrewbailey
Usually by the platform or data type they operate on.