Added start-session project.

This commit is contained in:
Jonathan Bernard 2017-07-15 14:30:11 -05:00
parent 1f9e1b7012
commit 0556f6c1ec

View File

@ -112,5 +112,17 @@
"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-labs.com/jdb/log-happy"
},
{
"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"
} }
] ]