Migrate to jdb-software, add data-uri project.

This commit is contained in:
Jonathan Bernard 2021-06-07 21:42:59 -05:00
parent f4b53cab02
commit 2452739420

View File

@ -1,7 +1,7 @@
[ [
{ {
"name": "console_progress", "name": "console_progress",
"url": "https://git.jdb-labs.com/jdb/console-progress.git", "url": "https://git.jdb-software.com/jdb/console-progress.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
@ -10,11 +10,11 @@
], ],
"description": "Simple console-based progress bar.", "description": "Simple console-based progress bar.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/console-progress" "web": "http://git.jdb-software.com/jdb/console-progress"
}, },
{ {
"name": "db_migrate", "name": "db_migrate",
"url": "https://git.jdb-labs.com/jdb/db-migrate.git", "url": "https://git.jdb-software.com/jdb/db-migrate.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
@ -25,11 +25,11 @@
], ],
"description": "Small library/tool to manage database migrations in Nim.", "description": "Small library/tool to manage database migrations in Nim.",
"license": "BSD", "license": "BSD",
"web": "http://git.jdb-labs.com/jdb/db-migrate" "web": "http://git.jdb-software.com/jdb/db-migrate"
}, },
{ {
"name": "treediff", "name": "treediff",
"url": "https://git.jdb-labs.com/jdb-labs/treediff.git", "url": "https://git.jdb-software.com/jdb-software/treediff.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
@ -39,22 +39,22 @@
], ],
"description": "Utility to diff directory trees.", "description": "Utility to diff directory trees.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb-labs/treediff" "web": "http://git.jdb-software.com/jdb-software/treediff"
}, },
{ {
"name": "langutils", "name": "langutils",
"url": "http://git.jdb-labs.com/jdb/nim-lang-utils.git", "url": "http://git.jdb-software.com/jdb/nim-lang-utils.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library" "library"
], ],
"description": "Language extensions (templates, macros) I commonly use.", "description": "Language extensions (templates, macros) I commonly use.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-lang-utils" "web": "http://git.jdb-software.com/jdb/nim-lang-utils"
}, },
{ {
"name": "pit", "name": "pit",
"url": "http://git.jdb-labs.com/jdb/pit.git", "url": "http://git.jdb-software.com/jdb/pit.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "commandline",
@ -62,11 +62,11 @@
], ],
"description": "Personal Issue Tracker.", "description": "Personal Issue Tracker.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/pit" "web": "http://git.jdb-software.com/jdb/pit"
}, },
{ {
"name": "ptk", "name": "ptk",
"url": "http://git.jdb-labs.com/jdb/ptk.git", "url": "http://git.jdb-software.com/jdb/ptk.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "commandline",
@ -74,11 +74,11 @@
], ],
"description": "Personal Time Keeper Super-simple time tracking app.", "description": "Personal Time Keeper Super-simple time tracking app.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/ptk" "web": "http://git.jdb-software.com/jdb/ptk"
}, },
{ {
"name": "timeutils", "name": "timeutils",
"url": "http://git.jdb-labs.com/jdb/nim-time-utils.git", "url": "http://git.jdb-software.com/jdb/nim-time-utils.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
@ -86,11 +86,11 @@
], ],
"description": "Utility methods to fill in the horrid time support in Nim's stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it.", "description": "Utility methods to fill in the horrid time support in Nim's stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-time-utils" "web": "http://git.jdb-software.com/jdb/nim-time-utils"
}, },
{ {
"name": "cliutils", "name": "cliutils",
"url": "http://git.jdb-labs.com/jdb/nim-cli-utils.git", "url": "http://git.jdb-software.com/jdb/nim-cli-utils.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
@ -99,11 +99,11 @@
], ],
"description": "Utility functions for writing command line intefaces.", "description": "Utility functions for writing command line intefaces.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-cli-utils" "web": "http://git.jdb-software.com/jdb/nim-cli-utils"
}, },
{ {
"name": "daily_notifier", "name": "daily_notifier",
"url": "http://git.jdb-labs.com/jdb/daily-notifier.git", "url": "http://git.jdb-software.com/jdb/daily-notifier.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "commandline",
@ -111,11 +111,11 @@
], ],
"description": "Little programs that read my daily plan, publish them, and notifiy me of upcoming events.", "description": "Little programs that read my daily plan, publish them, and notifiy me of upcoming events.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/daily-notifier" "web": "http://git.jdb-software.com/jdb/daily-notifier"
}, },
{ {
"name": "log_happy", "name": "log_happy",
"url": "http://git.jdb-labs.com/jdb/log-happy.git", "url": "http://git.jdb-software.com/jdb/log-happy.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "commandline",
@ -123,11 +123,11 @@
], ],
"description": "Small wrapper around console log-viewing to highlight the presence/absence of specific patterns.", "description": "Small wrapper around console log-viewing to highlight the presence/absence of specific patterns.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/log-happy" "web": "http://git.jdb-software.com/jdb/log-happy"
}, },
{ {
"name": "start_session", "name": "start_session",
"url": "http://git.jdb-labs.com/jdb/start_session.git", "url": "http://git.jdb-software.com/jdb/start_session.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "commandline",
@ -135,11 +135,11 @@
], ],
"description": "Small tool to auto-start multiple programs in a music session.", "description": "Small tool to auto-start multiple programs in a music session.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/start-session" "web": "http://git.jdb-software.com/jdb/start-session"
}, },
{ {
"name": "git_pull_all", "name": "git_pull_all",
"url": "http://git.jdb-labs.com/jdb/git-pull-all.git", "url": "http://git.jdb-software.com/jdb/git-pull-all.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "commandline",
@ -147,22 +147,22 @@
], ],
"description": "Small tool to pull updates for all git repos in a set of directories.", "description": "Small tool to pull updates for all git repos in a set of directories.",
"license": "BSD3", "license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/git-pull-all" "web": "http://git.jdb-software.com/jdb/git-pull-all"
}, },
{ {
"name": "cmd_shell", "name": "cmd_shell",
"url": "http://git.jdb-labs.com/jdb/cmd-shell.git", "url": "http://git.jdb-software.com/jdb/cmd-shell.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline" "commandline"
], ],
"description": "Small tool to wrap a cli command in a readline shell.", "description": "Small tool to wrap a cli command in a readline shell.",
"license": "MIT", "license": "MIT",
"web": "http://git.jdb-labs.com/jdb/cmd-shell" "web": "http://git.jdb-software.com/jdb/cmd-shell"
}, },
{ {
"name": "strawboss", "name": "strawboss",
"url": "http://git.jdb-labs.com/jdb/strawboss.git", "url": "http://git.jdb-software.com/jdb/strawboss.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"continous_integration", "continous_integration",
@ -171,11 +171,11 @@
], ],
"description": "Simple, shell-based build server written in Nim.", "description": "Simple, shell-based build server written in Nim.",
"license": "MIT", "license": "MIT",
"web": "http://git.jdb-labs.com/jdb/strawboss" "web": "http://git.jdb-software.com/jdb/strawboss"
}, },
{ {
"name": "fiber_orm", "name": "fiber_orm",
"url": "https://git.jdb-labs.com/jdb-labs/fiber-orm-nim.git", "url": "https://git.jdb-software.com/jdb-software/fiber-orm-nim.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"rdbms", "rdbms",
@ -185,6 +185,20 @@
], ],
"description": "Macro-based library for generating SQL queries from model objects..", "description": "Macro-based library for generating SQL queries from model objects..",
"license": "GPL-3.0", "license": "GPL-3.0",
"web": "https://git.jdb-labs.com/jdb-labs/fiber-orm-nim" "web": "https://git.jdb-software.com/jdb-software/fiber-orm-nim"
},
{
"name": "data_uri",
"url": "https://git.jdb-software.com/jdb/data-uri.git",
"method": "git",
"tags": [
"data uri",
"base64",
"encode",
"decode"
],
"description": "Utility for convering binary data to and from data URIs.",
"license": "GPL-3.0",
"web": "https://git.jdb-software.com/jdb/data-uri"
} }
] ]