diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:48:03 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:48:03 -0600 |
| commit | d1b628d9f65ab76bd097f1b897d9f5850410ea23 (patch) | |
| tree | 47aa2fbbbfbefdc7614908788ddc8765f76a407b | |
| parent | ce5acc2314ad9788eeba3a2fac83150899add23c (diff) | |
| download | packages-d1b628d9f65ab76bd097f1b897d9f5850410ea23.tar.gz packages-d1b628d9f65ab76bd097f1b897d9f5850410ea23.zip | |
Added package snip
| -rw-r--r-- | packages.json | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/packages.json b/packages.json index d8529c4..c6b3602 100644 --- a/packages.json +++ b/packages.json @@ -8450,7 +8450,7 @@ "method": "git", "tags": [ "library", - "useragent" + "useragent" ], "description": "User Agent parser for nim.", "license": "MIT", @@ -8507,5 +8507,19 @@ "description": "Everything you want to do with colors.", "license": "MIT", "web": "https://github.com/treeform/chroma" - } + }, + { + "name": "snip", + "url": "https://github.com/genotrance/snip", + "method": "git", + "tags": [ + "console", + "editor", + "text", + "cli" + ], + "description": "Text editor to speed up testing code snippets", + "license": "MIT", + "web": "https://github.com/genotrance/snip" + } ] |
