You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Takayuki Maeda 3c00d78326
Implement Help component (#32)
* implement help compoment

* fix database filter

* add column types

* fix clippy warnings

* help scrolling

* panic if type is not implemented yet

* not panic but return error

* add decimal

* add a test for get_text

* fix clippy warnings
3 years ago
.github/workflows Make table cells responsive (#23) 3 years ago
database-tree Filter tables (#20) 3 years ago
resources Make table cells responsive (#23) 3 years ago
src Implement Help component (#32) 3 years ago
.gitignore Refactor components (#12) 3 years ago
Cargo.lock Implement Help component (#32) 3 years ago
Cargo.toml Implement Help component (#32) 3 years ago
README.md Select multiple cells (#30) 3 years ago
sample.toml Implement table infinite scrolling (#22) 3 years ago

README.md

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 move left
j move down
k move up
l move right
Ctrl + d scroll down multiple lines
Ctrl + u scroll up multiple lines