Skip to content

A simple way to store and manage snippets of code.

License

Notifications You must be signed in to change notification settings

vcokltfre/snippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippy

A simple way to store and manage snippets of code.

Client Usage

To initialise snippy:

snippy init "https://snippy.my.domain" "my-auth-token"

To upload a snippet:

snippy upload example-id example-file.go

To delete a snippet:

snippy delete example-id

To download a snippet:

snippy download example-id

To download a snippet to your clipboard:

snippy download -c example-id

Server Usage

Snippy uses Docker and docker-compose to run its server. You will need both installed to run it.

To run the server:

docker-compose up -d

You will need a .env file in the root of the project with the following variables:

SNIPPY_AUTH=my-auth-token

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple way to store and manage snippets of code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published