Commit Graph

36 Commits

Author SHA1 Message Date
Zane Dufour
7b1b5f7eba
Document name config field (#165)
hi, thought it would be worth using `name` in a couple of the example config fields

This would require a new release though, since the [latest release](https://github.com/TaKO8Ki/gobang/tree/v0.1.0-alpha.5) predates #105 

Thanks for the cool project :)
2023-01-25 14:06:59 +09:00
Ameya Shenoy
3d54997ddb
docs: add info about gobang AUR package (#161)
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2022-09-28 22:40:26 +09:00
kyoto7250
bad6f14af6
adding help and README for exit pop up key (#144) 2022-06-24 17:47:31 +09:00
Takayuki Maeda
b13e4bb255
add the way to install gobang on NixOS (#139) 2022-03-03 11:19:30 +09:00
Takayuki Maeda
566f9ebb43
add the way to install gobang with scoop (#125) 2021-09-25 18:48:55 +09:00
Takayuki Maeda
9c46512f70
Add the way to install gobang on NetBSD (#118)
* add the way to install gobang on NetBSD

* separate OS with commas
2021-09-17 09:36:08 +09:00
Takayuki Maeda
acaec96204
v0.1.0-alpha.5 (#112) 2021-09-15 20:14:32 +09:00
Takayuki Maeda
ef8194b449
Fix SQL syntax error in PostgreSQL get_record (#101)
* fix SQL syntax error

* v0.1.0-alpha.4

* revert database-tree version
2021-09-14 22:55:16 +09:00
Takayuki Maeda
7796947b76
add "what does gobang come from" (#94)
* add "what does gobang come from"

* move section
2021-09-12 02:10:35 +09:00
Takayuki Maeda
ecf6fb0bd7
Fix usage (#91)
* update gobang.gif

* compress GIF

* add `gobang -h`

* update gobang.gif
2021-09-11 14:16:13 +09:00
Takayuki Maeda
6f8b13714a
Add number type to postgres (#78)
* add number type to postgres

* fix README

* add bool type to postgres

* add contribution section
2021-09-08 13:04:50 +09:00
Takayuki Maeda
e82d78ea00
v0.1.0-alpha.3 release (#75)
* create FUNDING.yml

* v0.1.0-alpha.3
2021-09-08 10:29:43 +09:00
Takayuki Maeda
0fb5d77dc6
Add password field to config (#74)
* create FUNDING.yml

* add password field

* add a example using password field to README
2021-09-08 10:23:32 +09:00
Takayuki Maeda
f513189c58
add key for connections (#70) 2021-09-07 23:17:32 +09:00
Takayuki Maeda
01f3a26bac
Add the way to install gobang using homebrew (#68)
* add the way to install gobang using homebrew

* fix formula name
2021-09-07 23:01:18 +09:00
Takayuki Maeda
55fec4cc35
v0.1.0-alpha.2 release (#65) 2021-09-07 19:51:49 +09:00
Takayuki Maeda
be9a1c87ec
Some minor modifications (#60)
* remove unused dependencies

* add table indexes to help

* fix description

* fix placeholder

* reset selection

* fix structopt description

* add usage section

* add the way to add connections

* remove a space
2021-09-07 00:41:44 +09:00
Takayuki Maeda
cb77f95505 remove useless lines 2021-09-06 23:06:54 +09:00
Takayuki Maeda
4e6f7704b8 add todos 2021-09-06 23:06:04 +09:00
Takayuki Maeda
26975db651 arrange key map 2021-09-06 19:39:01 +09:00
Takayuki Maeda
accdcfc594 update keymap and sample config 2021-09-06 18:45:27 +09:00
Takayuki Maeda
9888b1c139 add logo 2021-09-06 18:27:17 +09:00
Takayuki Maeda
e37fd22266
replace gitui with gobang (#53) 2021-09-02 17:28:07 +09:00
Takayuki Maeda
95d6e8b2b4
v0.1.0-alpha.1 (#48) 2021-08-28 17:52:11 +09:00
Takayuki Maeda
24c9b27a43
Add Configuration section to README (#47)
* add configuration section to README

* fix README

* update gobang.gif

* remove name field
2021-08-28 17:47:49 +09:00
Takayuki Maeda
40f5c69a13
Pass config file path as a command line argument (#45)
* pass config file as an argument

* update keymap
2021-08-28 15:42:44 +09:00
Takayuki Maeda
07b2b5090f
Add key config (#33)
* 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
2021-08-01 01:03:39 +09:00
Takayuki Maeda
7e8291be22
Select multiple cells (#30)
* select multiple cells

* define `expand_selected_area_x`, `expand_selected_area_y`

* make some table component fields private

* fix keymap

* fix a cell selection bug in page 2 and after

* add tests for `is_selected_cell` and `selected_cells`

* select cells while scrolling right

* calculate the number of cells considering cell spacing

* add tests for expand_selected_area

* add comments

* implement `reset`

* fix clippy warnings
2021-07-25 19:22:31 +09:00
Takayuki Maeda
da06d0b557
Make table cells responsive (#23)
* make table cells responsive

* add workspace flag

* fix compile error

* scrolling responsive cells

* horizontal scrolling without numbers

* fix limit

* add row number

* implement TEXT type

* remove unused functions

* add keymap and update gobang.gif

* add a test for `calculate_widths`

* remove a debug line
2021-07-24 03:16:17 +09:00
Takayuki Maeda
0be60b5039 update README 2021-07-09 10:43:53 +09:00
Takayuki Maeda
2f1edc8384
Select one specific Cell (#14)
* select a cell

* add tests for headers and rows

* fix redundant codes

* update README

* update gobang.gif
2021-07-09 01:42:41 +09:00
Takayuki Maeda
4b26b71a38
Refactor handlers (#3)
* fix workflows

* remove a unused function

* initialize record table state every time specifying table

* add a crates.io badge

* close pool if exists

* remove unneeded lines

* change gobang.gif

* fix layout

* update gobang.gif

* refactor `utils::get_records`

* refactor handlers

* change gobang.gif

* fix clippy warnings
2021-06-26 01:44:54 +09:00
Takayuki Maeda
82b47a1c78
Architecture (#1)
* layout

* architecture

* implement side-scrolling

* implement util functions

* use user config

* use config conn

* remove cache

* fix user config

* add useful functions

* remov mut

* cargo clippy --fix

* cargo fmt

* implement some handlers

* add gif

* chang gif
2021-06-23 03:40:27 +09:00
Takayuki Maeda
fcde523f0b
Update README.md 2021-06-22 13:12:28 +09:00
Takayuki Maeda
1288cc9447 replace goban with gobang 2021-06-12 14:18:24 +09:00
Takayuki Maeda
4c9bc96b41
Create README.md 2021-06-12 13:44:52 +09:00