mirror of
				https://github.com/TaKO8Ki/gobang.git
				synced 2021-09-19 22:32:56 +03:00 
			
		
		
		
	
							
								
								
									
										28
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								README.md
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
<div align="center">
 | 
					<div align="center">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# gobang
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
gobang is currently in alpha
 | 
					gobang is currently in alpha
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -31,16 +31,15 @@ $ cargo install --version 0.1.0-alpha.1 gobang
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
| Key | Description |
 | 
					| Key | Description |
 | 
				
			||||||
| ---- | ---- |
 | 
					| ---- | ---- |
 | 
				
			||||||
| <kbd>h</kbd> | Scroll left |
 | 
					| <kbd>h</kbd>, <kbd>j</kbd>, <kbd>k</kbd>, <kbd>l</kbd> | Scroll left/down/up/right |
 | 
				
			||||||
| <kbd>j</kbd> | Scroll down |
 | 
					| <kbd>Ctrl</kbd> + <kbd>u</kbd>, <kbd>Ctrl</kbd> + <kbd>d</kbd> | Scroll up/down multiple lines |
 | 
				
			||||||
| <kbd>k</kbd> | Scroll up |
 | 
					| <kbd>g</kbd> , <kbd>G</kbd> | Scroll to top/bottom |
 | 
				
			||||||
| <kbd>l</kbd> | Scroll right |
 | 
					| <kbd>H</kbd>, <kbd>J</kbd>, <kbd>K</kbd>, <kbd>L</kbd> | Extend selection by one cell left/down/up/right |
 | 
				
			||||||
| <kbd>Ctrl</kbd> + <kbd>d</kbd> | Scroll down multiple lines |
 | 
					 | 
				
			||||||
| <kbd>Ctrl</kbd> + <kbd>u</kbd> | Scroll up multiple lines |
 | 
					 | 
				
			||||||
| <kbd>y</kbd> | Copy a cell value |
 | 
					| <kbd>y</kbd> | Copy a cell value |
 | 
				
			||||||
| <kbd>→</kbd> | Move focus to right |
 | 
					| <kbd>←</kbd>, <kbd>→</kbd> | Move focus to left/right |
 | 
				
			||||||
| <kbd>←</kbd> | Move focus to left |
 | 
					 | 
				
			||||||
| <kbd>/</kbd> | Filter |
 | 
					| <kbd>/</kbd> | Filter |
 | 
				
			||||||
 | 
					| <kbd>?</kbd> | Help |
 | 
				
			||||||
 | 
					| <kbd>1</kbd>, <kbd>2</kbd>, <kbd>3</kbd>, <kbd>4</kbd>, <kbd>5</kbd> | Switch to records/columns/constraints/foreign keys/indexes tab |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Configuration
 | 
					## Configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -65,4 +64,15 @@ user = "root"
 | 
				
			|||||||
host = "localhost"
 | 
					host = "localhost"
 | 
				
			||||||
port = 3306
 | 
					port = 3306
 | 
				
			||||||
database = "foo"
 | 
					database = "foo"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[conn]]
 | 
				
			||||||
 | 
					type = "postgres"
 | 
				
			||||||
 | 
					user = "root"
 | 
				
			||||||
 | 
					host = "localhost"
 | 
				
			||||||
 | 
					port = 5432
 | 
				
			||||||
 | 
					database = "bar"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[conn]]
 | 
				
			||||||
 | 
					type = "sqlite"
 | 
				
			||||||
 | 
					path = "/path/to/baz.db"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								resources/logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/logo.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 9.5 KiB  | 
		Reference in New Issue
	
	Block a user