{"id":25389148,"url":"https://github.com/xtream1101/devscript","last_synced_at":"2025-10-30T16:30:45.517Z","repository":{"id":276903247,"uuid":"925417248","full_name":"xtream1101/devscript","owner":"xtream1101","description":"Self-hosted snippet manager for code and commands","archived":false,"fork":false,"pushed_at":"2025-02-11T03:18:28.000Z","size":5413,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T04:24:19.409Z","etag":null,"topics":["code-snippets","snippet-manager"],"latest_commit_sha":null,"homepage":"https://devscript.host","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtream1101.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-31T20:54:15.000Z","updated_at":"2025-02-10T05:54:18.000Z","dependencies_parsed_at":"2025-02-11T04:34:29.378Z","dependency_job_id":null,"html_url":"https://github.com/xtream1101/devscript","commit_stats":null,"previous_names":["xtream1101/devscript"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtream1101%2Fdevscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtream1101%2Fdevscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtream1101%2Fdevscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtream1101%2Fdevscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtream1101","download_url":"https://codeload.github.com/xtream1101/devscript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239000630,"owners_count":19565826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-snippets","snippet-manager"],"created_at":"2025-02-15T13:53:49.702Z","updated_at":"2025-10-30T16:30:45.507Z","avatar_url":"https://github.com/xtream1101.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"#\"\u003e\n        \u003cpicture\u003e\n            \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"app/static/images/brand/light/wordmark.svg\"\u003e\n            \u003cimg alt=\"Devscript Wordmark\" src=\"app/static/images/brand/dark/wordmark.svg\" width=\"369\" height=\"64\"\u003e\n        \u003c/picture\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n    \u003cdiv\u003e\n        \u003ch2 align=\"center\"\u003eAn Open Source Snippet Manager\u003c/h2\u003e\n    \u003c/div\u003e\n    \u003cdiv\u003e\n        \u003ca href=\"https://devscript.host\"\u003e\n            \u003cimg src=\"https://img.shields.io/badge/website-devscript.host-brown?style=for-the-badge\u0026logo=\" alt=\"Website\"\n            height=\"24\"\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://docs.devscript.host\"\u003e\n            \u003cimg src=\"https://img.shields.io/badge/docs-docs.devscript.host-blue?style=for-the-badge\" alt=\"Documentation\"\n            height=\"24\"\u003e\n        \u003c/a\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"docs/assets/screenshots/themes-split.png\" alt=\"devscript-theme-screenshot\" /\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n\n## ⚡️ Project Overview\n\nA snippet and script management tool.\n\nUse for free at [devscript.host](https://devscript.host)\nor self-host it yourself using the [Quick Start Guide](#-quick-start-guide)\n\nAdditional documentation can be found at [docs.devscript.host](https://docs.devscript.host)\n\n---\n\n\n## 📦 Features\n\n- **SSO Support** - Nine (9) different providers, including a generic option, are supported.\n    - _Email/Password registration is also available._\n- **CLI Integration** - Run your own snippet on the command line (TODO: link to docs on how to set this up)\n- **Advanced search** - Search by title, description, tags, or code content.\n- **Tags** - Organize your snippets with tags\n- **Discover Snippets** - Explore public snippets shared by other users.\n- **Forking** - Fork a snippet to make it your own.\n- **Favorites** - Save your favorite snippets for easy access.\n- **Syntax highlighting and more** - Code snippets are syntax highlighted for easy reading. Markdown is supported for descriptions.\n\n---\n\n\n## 🚀 Quick Start Guide\n\n\n### Running via docker-compose\n\n1. Clone this repository\n2. Copy the `.env.example` file to `.env` and fill in the required environment variables\n    - Configuration options: \u003chttps://docs.devscript.host/guides/self-hosting/configuration/\u003e\n3. Run `docker compose up` to start the application\n4. Access the application at \u003chttp://localhost:8000\u003e\n\n---\n\n\n## 📝 Upcoming features\n\n- VSCode extention to manage snippets directly in the editor\n\n\n## 💬 Report a Bug or Feature Request\n\nIf you encounter any issues or have suggestions for improvements, file a new issue on our [GitHub issues page](https://github.com/xtream1101/devscript/issues).\n\nIf you find a security vulnerability, please do not create an issue. Instead, contact the maintainers directly at [security@devscript.host](mailto:security@devscript.host)\n\n\n## 🛠️ Development\n\nIf you would like to contribute to the project, please refer to the [development guide](https://docs.devscript.host/reference/development/).\n\n\n## 📜 License\n\nThis project is licensed under the [GPLv3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtream1101%2Fdevscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtream1101%2Fdevscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtream1101%2Fdevscript/lists"}