Skip to content

Latest commit

Β 

History

History
93 lines (62 loc) Β· 3.04 KB

File metadata and controls

93 lines (62 loc) Β· 3.04 KB

Devscript Wordmark

An Open Source Snippet Manager



devscript-theme-screenshot



⚑️ Project Overview

A snippet and script management tool.

Use for free at devscript.host or self-host it yourself using the Quick Start Guide

Additional documentation can be found at docs.devscript.host


πŸ“¦ Features

  • SSO Support - Nine (9) different providers, including a generic option, are supported.
    • Email/Password registration is also available.
  • CLI Integration - Run your own snippet on the command line (TODO: link to docs on how to set this up)
  • Advanced search - Search by title, description, tags, or code content.
  • Tags - Organize your snippets with tags
  • Discover Snippets - Explore public snippets shared by other users.
  • Forking - Fork a snippet to make it your own.
  • Favorites - Save your favorite snippets for easy access.
  • Syntax highlighting and more - Code snippets are syntax highlighted for easy reading. Markdown is supported for descriptions.

πŸš€ Quick Start Guide

Running via docker-compose

  1. Clone this repository
  2. Copy the .env.example file to .env and fill in the required environment variables
  3. Run docker compose up to start the application
  4. Access the application at http://localhost:8000

πŸ“ Upcoming features

  • VSCode extention to manage snippets directly in the editor

πŸ’¬ Report a Bug or Feature Request

If you encounter any issues or have suggestions for improvements, file a new issue on our GitHub issues page.

If you find a security vulnerability, please do not create an issue. Instead, contact the maintainers directly at security@devscript.host

πŸ› οΈ Development

If you would like to contribute to the project, please refer to the development guide.

πŸ“œ License

This project is licensed under the GPLv3.