A collection of community-contributed utility scripts, organized by programming language.
scripts/
├── python/
├── bash/
├── javascript/
├── r*st/
└── ...
Each language folder may contain subdirectories by category (e.g. scraping/, utils/, db/) if the script number grows enough.
- Place your script in the appropriate language folder
- Use a descriptive filename in
snake_case - Include a header comment with a brief description and usage example
If the folder has not been created yet, feel free to create it yourself!
MIT — see LICENSE for details.