From 25e230db2afd1242db5383dbe21f13c3417c0721 Mon Sep 17 00:00:00 2001 From: Michael Rees Date: Sun, 8 Sep 2019 11:31:01 -0500 Subject: [PATCH] Added package pager (#1160) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 52ab4b0..5c9b73f 100644 --- a/packages.json +++ b/packages.json @@ -14230,6 +14230,20 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-constants" }, + { + "name": "pager", + "url": "https://git.sr.ht/~reesmichael1/nim-pager", + "method": "git", + "tags": [ + "pager", + "paging", + "less", + "more" + ], + "description": "A simple library for paging, similar to less", + "license": "GPL-3.0", + "web": "https://git.sr.ht/~reesmichael1/nim-pager" + }, { "name": "procs", "url": "https://github.com/c-blake/procs",