snippy

command module
v0.0.0-...-3963976 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2023 License: MIT Imports: 5 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL