An open API service indexing awesome lists of open source software.

https://github.com/dexpota/snipped

An utility to manage your local snippets.
https://github.com/dexpota/snipped

Last synced: 8 months ago
JSON representation

An utility to manage your local snippets.

Awesome Lists containing this project

README

          

# snipped

> **snippet** helps you organize, synchronize and use your snippets.

[![Build Status](http://img.shields.io/travis/com/dexpota/snipped.svg?style=flat-square)](https://travis-ci.com/dexpota/snipped)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/snipped.svg?style=flat-square)](https://pypi.python.org/pypi/snipped/)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://dexpota.mit-license.org)

## Installation

You can install the latest released version of **snipped** using `pip`.

`pip install snipped`

Alternativaly you can install it from the source code.

```bash
git clone git@github.com:dexpota/snipped.git
cd snipped
pip install -e .
```