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.
- Host: GitHub
- URL: https://github.com/dexpota/snipped
- Owner: dexpota
- License: mit
- Created: 2018-07-22T10:16:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:50:15.000Z (over 3 years ago)
- Last Synced: 2025-01-22T06:03:16.428Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# snipped
> **snippet** helps you organize, synchronize and use your snippets.
[](https://travis-ci.com/dexpota/snipped)
[](https://pypi.python.org/pypi/snipped/)
[](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 .
```