From 4e6f7704b8917158b5986423c7e05aeda71c43c1 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Mon, 6 Sep 2021 23:06:04 +0900 Subject: [PATCH 1/2] add todos --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 24569bf..26121d0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ A cross-platform terminal database tool written in Rust - Multiple Database support (MySQL PostgreSQL, SQLite) - Intuitive keyboard only control +## TODOs + +- [ ] Query widget +- [ ] Custom key bindings +- [ ] Custom theme settings +- [ ] Support the other databases + ## Installation ### Cargo @@ -76,3 +83,4 @@ database = "bar" type = "sqlite" path = "/path/to/baz.db" ``` + From cb77f95505b7b6bc8bccfb66c6db48d95dde72d9 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Mon, 6 Sep 2021 23:06:54 +0900 Subject: [PATCH 2/2] remove useless lines --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 26121d0..f145f7b 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,3 @@ database = "bar" type = "sqlite" path = "/path/to/baz.db" ``` -