From 004812e7c1a9119e2aeee4072476b3f1d098eb62 Mon Sep 17 00:00:00 2001 From: c-blake Date: Sun, 8 Sep 2019 12:04:17 -0400 Subject: [PATCH] Add `procs` library+CLI (#1161) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index abd40a8..52ab4b0 100644 --- a/packages.json +++ b/packages.json @@ -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",