Go to file
Takayuki Maeda d493f46875
Use command for clipboard instead of copypasta (#36)
* use copy command instead of copypasta

* remove a step for installing dependencies

* rename copy_string to copy_to_clipboard
2021-08-08 23:25:22 +09:00
.github/workflows Use command for clipboard instead of copypasta (#36) 2021-08-08 23:25:22 +09:00
database-tree Use command for clipboard instead of copypasta (#36) 2021-08-08 23:25:22 +09:00
resources Highlight filter keywords (#34) 2021-08-03 12:32:29 +09:00
src Use command for clipboard instead of copypasta (#36) 2021-08-08 23:25:22 +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