Commit Graph

36 Commits (main)

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 :)
1 year ago
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>
2 years ago
kyoto7250 bad6f14af6
adding help and README for exit pop up key (#144) 2 years ago
Takayuki Maeda b13e4bb255
add the way to install gobang on NixOS (#139) 2 years ago
Takayuki Maeda 566f9ebb43
add the way to install gobang with scoop (#125) 3 years ago
Takayuki Maeda 9c46512f70
Add the way to install gobang on NetBSD (#118)
* add the way to install gobang on NetBSD

* separate OS with commas
3 years ago
Takayuki Maeda acaec96204
v0.1.0-alpha.5 (#112) 3 years ago
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
3 years ago
Takayuki Maeda 7796947b76
add "what does gobang come from" (#94)
* add "what does gobang come from"

* move section
3 years ago
Takayuki Maeda ecf6fb0bd7
Fix usage (#91)
* update gobang.gif

* compress GIF

* add `gobang -h`

* update gobang.gif
3 years ago
Takayuki Maeda 6f8b13714a
Add number type to postgres (#78)
* add number type to postgres

* fix README

* add bool type to postgres

* add contribution section
3 years ago
Takayuki Maeda e82d78ea00
v0.1.0-alpha.3 release (#75)
* create FUNDING.yml

* v0.1.0-alpha.3
3 years ago
Takayuki Maeda 0fb5d77dc6
Add password field to config (#74)
* create FUNDING.yml

* add password field

* add a example using password field to README
3 years ago
Takayuki Maeda f513189c58
add key for connections (#70) 3 years ago
Takayuki Maeda 01f3a26bac
Add the way to install gobang using homebrew (#68)
* add the way to install gobang using homebrew

* fix formula name
3 years ago
Takayuki Maeda 55fec4cc35
v0.1.0-alpha.2 release (#65) 3 years ago
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
3 years ago
Takayuki Maeda cb77f95505 remove useless lines 3 years ago
Takayuki Maeda 4e6f7704b8 add todos 3 years ago
Takayuki Maeda 26975db651 arrange key map 3 years ago
Takayuki Maeda accdcfc594 update keymap and sample config 3 years ago
Takayuki Maeda 9888b1c139 add logo 3 years ago
Takayuki Maeda e37fd22266
replace gitui with gobang (#53) 3 years ago
Takayuki Maeda 95d6e8b2b4
v0.1.0-alpha.1 (#48) 3 years ago
Takayuki Maeda 24c9b27a43
Add Configuration section to README (#47)
* add configuration section to README

* fix README

* update gobang.gif

* remove name field
3 years ago
Takayuki Maeda 40f5c69a13
Pass config file path as a command line argument (#45)
* pass config file as an argument

* update keymap
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
Takayuki Maeda 0be60b5039 update README 3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
Takayuki Maeda fcde523f0b
Update README.md 3 years ago
Takayuki Maeda 1288cc9447 replace goban with gobang 3 years ago
Takayuki Maeda 4c9bc96b41
Create README.md 3 years ago