diff options
| author | c-blake <c-blake@users.noreply.github.com> | 2019-09-08 12:04:17 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-08 18:04:17 +0200 |
| commit | 004812e7c1a9119e2aeee4072476b3f1d098eb62 (patch) | |
| tree | 242995f58eddcb4c76ba7240eff9dc6eb9a30db5 | |
| parent | 9be2ceb2f68a8585dc981fae3e4203bc31bc2764 (diff) | |
| download | packages-004812e7c1a9119e2aeee4072476b3f1d098eb62.tar.gz packages-004812e7c1a9119e2aeee4072476b3f1d098eb62.zip | |
Add `procs` library+CLI (#1161)
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index abd40a8..52ab4b0 100644 --- a/packages.json +++ b/packages.json @@ -14231,6 +14231,23 @@ "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", "method": "git", |
