Go to file
Takayuki Maeda 2a0abf65cb
Add constraints tab (#41)
* get constraints

* replace / with .

* add constraint tab

* return TableRow

* remove comment column

* fix clippy warnings
2021-08-28 12:46:33 +09:00
.github/workflows Use command for clipboard instead of copypasta (#36) 2021-08-08 23:25:22 +09:00
database-tree Scrolling multiple lines in databases and connections (#37) 2021-08-17 03:18:46 +09:00
resources Highlight filter keywords (#34) 2021-08-03 12:32:29 +09:00
src Add constraints tab (#41) 2021-08-28 12:46:33 +09:00
.gitignore Refactor components (#12) 2021-07-08 23:08:04 +09:00
Cargo.lock Use command for clipboard instead of copypasta (#36) 2021-08-08 23:25:22 +09:00
Cargo.toml Use command for clipboard instead of copypasta (#36) 2021-08-08 23:25:22 +09:00
README.md Add key config (#33) 2021-08-01 01:03:39 +09:00
sample.toml Support PostgreSQL (#35) 2021-08-08 20:57:40 +09:00

gobang

gobang is currently in alpha

A cross-platform terminal database tool written in Rust

github workflow status crates

gobang

Features

  • Cross-platform support (macOS, Windows, Linux)
  • Multiple Database support (MySQL PostgreSQL, SQLite)
  • Intuitive keyboard only control

Installation

Cargo

If you already have a Rust environment set up, you can use the cargo install command:

$ cargo install --version 0.1.0-alpha.0 gobang

Keymap

Key Description
h scroll left
j scroll down
k scroll up
l scroll right
Ctrl + d scroll down multiple lines
Ctrl + u scroll up multiple lines