mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-03 15:40:19 +00:00
07b2b5090f
* implement key config * use key config in help component * use key config in databases component * use key config in error component * use key config in connections component * set commands * use database/table as a table component name * fix a test for get_text * use key config in tab component * fix function name * add focus_connections key * use quit exit key
1.0 KiB
1.0 KiB
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 |