diff options
| author | Michael Rees <mrees@noeontheend.com> | 2019-09-08 11:31:01 -0500 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-08 18:31:01 +0200 |
| commit | 25e230db2afd1242db5383dbe21f13c3417c0721 (patch) | |
| tree | 7d5d897a808742d57243671544dcda0d75c88a7c | |
| parent | 004812e7c1a9119e2aeee4072476b3f1d098eb62 (diff) | |
| download | packages-25e230db2afd1242db5383dbe21f13c3417c0721.tar.gz packages-25e230db2afd1242db5383dbe21f13c3417c0721.zip | |
Added package pager (#1160)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 52ab4b0..5c9b73f 100644 --- a/packages.json +++ b/packages.json @@ -14231,6 +14231,20 @@ "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", "method": "git", |
