mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-10-31 03:20:33 +00:00
2a0abf65cb
* get constraints * replace / with . * add constraint tab * return TableRow * remove comment column * fix clippy warnings |
||
---|---|---|
.github/workflows | ||
database-tree | ||
resources | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
sample.toml |
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 |