From 7424e6c27b41a75e23560d4ec38fcacd1fd71157 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Sun, 24 Sep 2023 01:00:02 +0100 Subject: Initial commit --- README.md | 3 +++ main.go | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 README.md create mode 100644 main.go diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bfa5f3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Debby + +Debby is a CLI tool that wraps Dolt and Visidata to enable you to do quick database and table interactions on the command line. diff --git a/main.go b/main.go new file mode 100644 index 0000000..e9c733f --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, I'm Debby. Come back later!") +} -- cgit v1.2.3-70-g09d2