{"id":13438748,"url":"https://github.com/TaKO8Ki/gobang","last_synced_at":"2025-03-20T06:31:15.177Z","repository":{"id":37358050,"uuid":"376203069","full_name":"TaKO8Ki/gobang","owner":"TaKO8Ki","description":"A cross-platform TUI database management tool written in Rust","archived":false,"fork":false,"pushed_at":"2023-11-10T08:10:28.000Z","size":79198,"stargazers_count":3032,"open_issues_count":55,"forks_count":90,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-03-13T12:05:45.857Z","etag":null,"topics":["database","rust","sql","terminal","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TaKO8Ki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"TaKO8Ki"}},"created_at":"2021-06-12T04:41:33.000Z","updated_at":"2025-03-13T04:05:14.000Z","dependencies_parsed_at":"2024-01-07T21:02:21.110Z","dependency_job_id":"d3c5bfcd-ef20-437a-840b-d4c9d3155ad1","html_url":"https://github.com/TaKO8Ki/gobang","commit_stats":{"total_commits":114,"total_committers":10,"mean_commits":11.4,"dds":"0.38596491228070173","last_synced_commit":"7b1b5f7eba3ea98a5d254a12ea31f383ee7737d1"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaKO8Ki%2Fgobang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaKO8Ki%2Fgobang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaKO8Ki%2Fgobang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaKO8Ki%2Fgobang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaKO8Ki","download_url":"https://codeload.github.com/TaKO8Ki/gobang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244565332,"owners_count":20473252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","rust","sql","terminal","tui"],"created_at":"2024-07-31T03:01:08.099Z","updated_at":"2025-03-20T06:31:10.167Z","avatar_url":"https://github.com/TaKO8Ki.png","language":"Rust","funding_links":["https://github.com/sponsors/TaKO8Ki"],"categories":["HarmonyOS","Rust","工具和库","tui","\u003ca name=\"data-management-tabular\"\u003e\u003c/a\u003eData management - Tabular data","Table of Contents","💻 Apps"],"sub_categories":["Windows Manager","⌨️ Development Tools"],"readme":"\u003cdiv align=\"center\"\u003e\n\n![gobang](./resources/logo.png)\n\ngobang is currently in alpha\n\nA cross-platform TUI database management tool written in Rust\n\n[![github workflow status](https://img.shields.io/github/workflow/status/TaKO8Ki/gobang/CI/main)](https://github.com/TaKO8Ki/gobang/actions) [![crates](https://img.shields.io/crates/v/gobang.svg?logo=rust)](https://crates.io/crates/gobang)\n\n![gobang](./resources/gobang.gif)\n\n\u003c/div\u003e\n\n## Features\n\n- Cross-platform support (macOS, Windows, Linux)\n- Multiple Database support (MySQL, PostgreSQL, SQLite)\n- Intuitive keyboard only control\n\n## TODOs\n\n- [ ] SQL editor\n- [ ] Custom key bindings\n- [ ] Custom theme settings\n- [ ] Support the other databases\n\n## What does \"gobang\" come from?\n\ngobang means a Japanese game played on goban, a go board. The appearance of goban looks like table structure. And I live in Kyoto, Japan. In Kyoto city, streets are laid out on a grid (We call it “goban no me no youna (碁盤の目のような)”). They are why I named this project \"gobang\".\n\n## Installation\n\n### With Homebrew (Linux, macOS)\n\nIf you’re using Homebrew or Linuxbrew, install the gobang formula:\n\n```\nbrew install tako8ki/tap/gobang\n```\n\n### On Windows\n\nIf you're a Windows Scoop user, then you can install gobang from the [official bucket](https://github.com/ScoopInstaller/Main/blob/master/bucket/gobang.json):\n\n```\nscoop install gobang\n```\n### On NixOS\n\nIf you're a Nix user, you can install [gobang](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/database/gobang/default.nix) from nixpkgs:\n\n```\n$ nix-env --install gobang\n```\n\n### On Archlinux\n\nIf you're an Archlinux user, you can install [gobang](https://aur.archlinux.org/packages/gobang-bin) from AUR:\n\n```\nparu -S gobang-bin\n```\n\n### On NetBSD\n\nIf you're a NetBSD user, then you can install gobang from [pkgsrc](https://pkgsrc.se/databases/gobang):\n\n```\npkgin install gobang\n```\n\n### With Cargo (Linux, macOS, Windows)\n\nIf you already have a Rust environment set up, you can use the `cargo install` command:\n\n```\ncargo install --version 0.1.0-alpha.5 gobang\n```\n\n### From binaries (Linux, macOS, Windows)\n\n- Download the [latest release binary](https://github.com/TaKO8Ki/gobang/releases) for your system\n- Set the `PATH` environment variable\n\n## Usage\n\n```\n$ gobang\n```\n\n```\n$ gobang -h\nUSAGE:\n    gobang [OPTIONS]\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -c, --config-path \u003cconfig-path\u003e    Set the config file\n```\n\nIf you want to add connections, you need to edit your config file. For more information, please see [Configuration](#Configuration).\n\n## Keymap\n\n| Key | Description |\n| ---- | ---- |\n| \u003ckbd\u003eh\u003c/kbd\u003e, \u003ckbd\u003ej\u003c/kbd\u003e, \u003ckbd\u003ek\u003c/kbd\u003e, \u003ckbd\u003el\u003c/kbd\u003e | Scroll left/down/up/right |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eu\u003c/kbd\u003e, \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ed\u003c/kbd\u003e | Scroll up/down multiple lines |\n| \u003ckbd\u003eg\u003c/kbd\u003e , \u003ckbd\u003eG\u003c/kbd\u003e | Scroll to top/bottom |\n| \u003ckbd\u003eH\u003c/kbd\u003e, \u003ckbd\u003eJ\u003c/kbd\u003e, \u003ckbd\u003eK\u003c/kbd\u003e, \u003ckbd\u003eL\u003c/kbd\u003e | Extend selection by one cell left/down/up/right |\n| \u003ckbd\u003ey\u003c/kbd\u003e | Copy a cell value |\n| \u003ckbd\u003e←\u003c/kbd\u003e, \u003ckbd\u003e→\u003c/kbd\u003e | Move focus to left/right |\n| \u003ckbd\u003ec\u003c/kbd\u003e | Move focus to connections |\n| \u003ckbd\u003e/\u003c/kbd\u003e | Filter |\n| \u003ckbd\u003e?\u003c/kbd\u003e | Help |\n| \u003ckbd\u003e1\u003c/kbd\u003e, \u003ckbd\u003e2\u003c/kbd\u003e, \u003ckbd\u003e3\u003c/kbd\u003e, \u003ckbd\u003e4\u003c/kbd\u003e, \u003ckbd\u003e5\u003c/kbd\u003e | Switch to records/columns/constraints/foreign keys/indexes tab |\n| \u003ckbd\u003eEsc\u003c/kbd\u003e | Hide pop up |\n\n## Configuration\n\nThe location of the file depends on your OS:\n\n- macOS: `$HOME/.config/gobang/config.toml`\n- Linux: `$HOME/.config/gobang/config.toml`\n- Windows: `%APPDATA%/gobang/config.toml`\n\nThe following is a sample config.toml file:\n\n```toml\n[[conn]]\ntype = \"mysql\"\nuser = \"root\"\nhost = \"localhost\"\nport = 3306\n\n[[conn]]\ntype = \"mysql\"\nuser = \"root\"\nhost = \"localhost\"\nport = 3306\npassword = \"password\"\ndatabase = \"foo\"\nname = \"mysql Foo DB\"\n\n[[conn]]\ntype = \"postgres\"\nuser = \"root\"\nhost = \"localhost\"\nport = 5432\ndatabase = \"bar\"\nname = \"postgres Bar DB\"\n\n[[conn]]\ntype = \"sqlite\"\npath = \"/path/to/baz.db\"\n```\n\n## Contribution\n\nContributions, issues and pull requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaKO8Ki%2Fgobang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTaKO8Ki%2Fgobang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaKO8Ki%2Fgobang/lists"}