From 1294e3bbdb8dcd99556d26c240e773a0a9dcb43f Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Tue, 9 Nov 2021 15:57:30 +0100 Subject: [PATCH 1/3] Added pls A simple but powerful task runner that lets you define your own commands by editing a YAML configuration file. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index e570c1744..3aa1b57f1 100644 --- a/packages.json +++ b/packages.json @@ -6400,6 +6400,18 @@ "description": "typeclasses for Nim", "license": "Unlicense", "web": "https://github.com/nigredo-tori/classy" + }, + { + "name": "pls", + "url": "https://github.com/h3rald/pls", + "method": "git", + "tags": [ + "task-runner", + "cli" + ], + "description": "A simple but powerful task runner that lets you define your own commands by editing a YAML configuration file.", + "license": "MIT", + "web": "https://h3rald.com/pls" }, { "name": "mn", From 0e9b2ace02ba8c393a723bce522ab10c0ec62acf Mon Sep 17 00:00:00 2001 From: h3rald Date: Sun, 30 Jul 2023 20:31:03 +0000 Subject: [PATCH 2/3] Added package minline --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 3fc883bc8..414acb9ac 100644 --- a/packages.json +++ b/packages.json @@ -7018,7 +7018,7 @@ "license": "Unlicense", "web": "https://github.com/nigredo-tori/classy" }, - { + { "name": "pls", "url": "https://github.com/h3rald/pls", "method": "git", @@ -30987,5 +30987,20 @@ "description": "Bale.ai bot API", "license": "MIT", "web": "https://github.com/hamidb80/bale" + }, + { + "name": "minline", + "url": "https://github.com/h3rald/minline", + "method": "git", + "tags": [ + "command-line", + "repl", + "prompt", + "readline", + "linenoise" + ], + "description": "A line editing library in pure Nim", + "license": "MIT", + "web": "https://github.com/h3rald/minline" } ] From df2c64dd81f5b38006c4746694278710a2b2c460 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 30 Jul 2023 22:38:13 +0200 Subject: [PATCH 3/3] Update packages.json --- packages.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages.json b/packages.json index 414acb9ac..f511d2fc7 100644 --- a/packages.json +++ b/packages.json @@ -7030,18 +7030,6 @@ "license": "MIT", "web": "https://h3rald.com/pls" }, - { - "name": "pls", - "url": "https://github.com/h3rald/pls", - "method": "git", - "tags": [ - "task-runner", - "cli" - ], - "description": "A simple but powerful task runner that lets you define your own commands by editing a YAML configuration file.", - "license": "MIT", - "web": "https://h3rald.com/pls" - }, { "name": "mn", "url": "https://github.com/h3rald/mn",