https://github.com/TaKO8Ki/gobang/tree/v0.1.0-alpha.3 Skip to content Sign up * Why GitHub? Features - + Mobile - + Actions - + Codespaces - + Packages - + Security - + Code review - + Issues - + Integrations - + GitHub Sponsors - + Customer stories- * Team * Enterprise * Explore + Explore GitHub - Learn and contribute + Topics - + Collections - + Trending - + Learning Lab - + Open source guides - Connect with others + The ReadME Project - + Events - + Community forum - + GitHub Education - + GitHub Stars program - * Marketplace * Pricing Plans - + Compare plans - + Contact Sales - + Education - [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} TaKO8Ki / gobang Public * Sponsor Sponsor TaKO8Ki/gobang * Notifications * Star 630 * Fork 6 A cross-platform TUI database management tool written in Rust MIT License 630 stars 6 forks Star Notifications * Code * Issues 11 * Pull requests 4 * Actions * Projects 0 * Wiki * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Wiki * Security * Insights v0.1.0-alpha.3 Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 5 branches 4 tags Code * Clone HTTPS GitHub CLI [https://github.com/T] Use Git or checkout with SVN using the web URL. [gh repo clone TaKO8K] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @TaKO8Ki TaKO8Ki Merge branch 'main' of github.com:TaKO8Ki/gobang ... 69ec8b2 Sep 8, 2021 Merge branch 'main' of github.com:TaKO8Ki/gobang 69ec8b2 Git stats * 93 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github create FUNDING.yml Sep 7, 2021 database-tree v0.1.0-alpha.3 release (#75) Sep 8, 2021 resources update gobang.gif Sep 6, 2021 src Add password field to config (#74) Sep 8, 2021 .gitignore Refactor components (#12) Jul 8, 2021 Cargo.lock v0.1.0-alpha.3 release (#75) Sep 8, 2021 Cargo.toml v0.1.0-alpha.3 release (#75) Sep 8, 2021 LICENSE Create LICENSE (#64) Sep 7, 2021 README.md v0.1.0-alpha.3 release (#75) Sep 8, 2021 sample.toml move table_status under table Sep 5, 2021 View code [ ] Features TODOs Installation Homebrew (Linux/macOS) Cargo (Linux/macOS /Windows) Using a release binary (Linux/macOS/Windows) Usage Keymap Configuration README.md gobang gobang is currently in alpha A cross-platform TUI database management 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 TODOs * [ ] Query widget * [ ] Custom key bindings * [ ] Custom theme settings * [ ] Support the other databases Installation Homebrew (Linux/macOS) If you're using Homebrew or Linuxbrew, install the gobang formula: $ brew install tako8ki/tap/gobang Cargo (Linux/macOS/Windows) If you already have a Rust environment set up, you can use the cargo install command: $ cargo install --version 0.1.0-alpha.3 gobang Using a release binary (Linux/macOS/Windows) * Download the latest release binary for your system * Set the PATH environment variable Usage $ gobang USAGE: gobang [OPTIONS] FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: -c, --config-path Set the config file If you want to add connections, you need to edit your config file. For more information, please see Configuration. Keymap Key Description h, j, k, l Scroll left/down/up/right Ctrl + u, Ctrl Scroll up/down multiple lines + d g , G Scroll to top/bottom H, J, K, L Extend selection by one cell left/down/up/right y Copy a cell value -, - Move focus to left/right c Move focus to connections / Filter ? Help 1, 2, 3, 4, 5 Switch to records/columns/constraints/foreign keys/ indexes tab Configuration The location of the file depends on your OS: * macOS: $HOME/.config/gobang/config.toml * Linux: $HOME/.config/gobang/config.toml * Windows: %APPDATA%/gobang/config.toml The following is a sample config.toml file: [[conn]] type = "mysql" user = "root" host = "localhost" port = 3306 [[conn]] type = "mysql" user = "root" host = "localhost" port = 3306 password = "password" database = "foo" [[conn]] type = "postgres" user = "root" host = "localhost" port = 5432 database = "bar" [[conn]] type = "sqlite" path = "/path/to/baz.db" About A cross-platform TUI database management tool written in Rust Topics rust sql terminal database tui Resources Readme License MIT License Releases 4 v0.1.0-alpha.3 Latest Sep 8, 2021 + 3 releases Sponsor this project Sponsor Learn more about GitHub Sponsors Packages 0 No packages published Contributors 2 * * Languages * Rust 100.0% * (c) 2021 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.