nim-packages/packages.json

141 lines
3.8 KiB
JSON
Raw Normal View History

[
{
"name": "console_progress",
"url": "https://git.jdb-labs.com/jdb/console-progress.git",
"method": "git",
"tags": [
"library",
"commandline",
"progress"
],
"description": "Simple console-based progress bar.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/console-progress"
2016-01-26 00:36:48 -06:00
},
2016-01-31 00:29:19 -06:00
{
"name": "db_migrate",
2016-11-25 10:22:05 -06:00
"url": "https://git.jdb-labs.com/jdb/db-migrate.git",
2016-01-31 00:29:19 -06:00
"method": "git",
"tags": [
"library",
"commandline",
"database",
"version",
"migration"
],
"description": "Small library/tool to manage database migrations in Nim.",
"license": "BSD",
2016-11-25 10:22:05 -06:00
"web": "http://git.jdb-labs.com/jdb/db-migrate"
2016-01-31 00:29:19 -06:00
},
2016-01-26 00:36:48 -06:00
{
"name": "treediff",
"url": "https://git.jdb-labs.com/jdb-labs/treediff.git",
2016-01-26 00:36:48 -06:00
"method": "git",
"tags": [
"library",
"commandline",
"diff",
"utility"
],
"description": "Utility to diff directory trees.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb-labs/treediff"
2016-10-07 20:19:44 -05:00
},
{
"name": "langutils",
"url": "http://git.jdb-labs.com/jdb/nim-lang-utils.git",
"method": "git",
"tags": [
"library"
],
"description": "Language extensions (templates, macros) I commonly use.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-lang-utils"
2016-10-07 22:39:07 -05:00
},
2016-10-08 00:40:31 -05:00
{
"name": "ptk",
"url": "http://git.jdb-labs.com/jdb/ptk.git",
"method": "git",
"tags": [
"commandline",
"timekeeping"
],
"description": "Personal Time Keeper Super-simple time tracking app.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/ptk"
},
2016-10-07 22:39:07 -05:00
{
"name": "timeutils",
"url": "http://git.jdb-labs.com/jdb/nim-time-utils.git",
"method": "git",
"tags": [
"library",
"time"
],
"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",
"web": "http://git.jdb-labs.com/jdb/nim-time-utils"
2016-11-03 09:02:42 -05:00
},
2016-11-04 16:31:48 -05:00
{
"name": "cliutils",
"url": "http://git.jdb-labs.com/jdb/nim-cli-utils.git",
"method": "git",
"tags": [
"library",
"commandline",
"daemonize"
],
"description": "Utility functions for writing command line intefaces.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-cli-utils"
},
2016-11-03 09:02:42 -05:00
{
"name": "daily_notifier",
"url": "http://git.jdb-labs.com/jdb/daily-notifier.git",
"method": "git",
"tags": [
"commandline",
"daemon"
],
"description": "Little programs that read my daily plan, publish them, and notifiy me of upcoming events.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/daily-notifier"
2017-07-06 00:59:43 -05:00
},
{
"name": "log_happy",
"url": "http://git.jdb-labs.com/jdb/log-happy.git",
"method": "git",
"tags": [
"commandline",
"log"
],
"description": "Small wrapper around console log-viewing to highlight the presence/absence of specific patterns.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/log-happy"
2017-07-15 14:30:11 -05:00
},
{
"name": "start_session",
"url": "http://git.jdb-labs.com/jdb/start_session.git",
"method": "git",
"tags": [
"commandline",
"session"
],
"description": "Small tool to auto-start multiple programs in a music session.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/start-session"
2017-08-15 16:48:11 -05:00
},
{
"name": "git_pull_all",
"url": "http://git.jdb-labs.com/jdb/git-pull-all.git",
"method": "git",
"tags": [
"commandline",
"git"
],
"description": "Small tool to pull updates for all git repos in a set of directories.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/git-pull-all"
}
]