mirror of https://github.com/liamg/aminal.git
Update README.md
This commit is contained in:
parent
1d82f48f8b
commit
9142e9b28c
11
README.md
11
README.md
|
@ -33,14 +33,6 @@ Ensure you have your latest graphics card drivers installed before use.
|
||||||
- Multi platform support
|
- Multi platform support
|
||||||
- Sixel support
|
- Sixel support
|
||||||
|
|
||||||
## What isn't supported?
|
|
||||||
|
|
||||||
- Suspend/Continue (\^S, \^Q). This is archaic bullshit that annoys more people than it helps. Basically:
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img alt="Overheating" src="https://imgs.xkcd.com/comics/workflow.png"/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## Platform Support
|
## Platform Support
|
||||||
|
|
||||||
| Platform | Supported |
|
| Platform | Supported |
|
||||||
|
@ -60,6 +52,8 @@ Ensure you have your latest graphics card drivers installed before use.
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
|
Building requires Go 1.11 (for `go mod`).
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/liamg/aminal.git
|
git clone https://github.com/liamg/aminal.git
|
||||||
cd aminal
|
cd aminal
|
||||||
|
@ -79,7 +73,6 @@ go build
|
||||||
| Paste | ctrl + shift + v |
|
| Paste | ctrl + shift + v |
|
||||||
| Google selected text | ctrl + shift + g |
|
| Google selected text | ctrl + shift + g |
|
||||||
| Report bug in aminal | ctrl + shift + r |
|
| Report bug in aminal | ctrl + shift + r |
|
||||||
| Explain text | ctrl + shift + click |
|
|
||||||
| Toggle slomo | ctrl + shift + ; |
|
| Toggle slomo | ctrl + shift + ; |
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
Loading…
Reference in New Issue