Add procs library+CLI (#1161)

This commit is contained in:
c-blake 2019-09-08 12:04:17 -04:00 committed by Miran
parent 9be2ceb2f6
commit 004812e7c1

View File

@ -14230,6 +14230,23 @@
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-constants"
},
{
"name": "procs",
"url": "https://github.com/c-blake/procs",
"method": "git",
"tags": [
"library",
"terminal",
"cli",
"binary",
"linux",
"unix",
"bsd"
],
"description": "Unix process&system query&formatting library&multi-command CLI in Nim",
"license": "MIT",
"web": "https://github.com/c-blake/procs"
},
{
"name": "laser",
"url": "https://github.com/numforge/laser",