Want a Matrix client that uses Vim keybindings (#1)

This commit is contained in:
Ulyssa 2022-12-29 18:00:59 -08:00
parent 704f631d54
commit 262c96b62f
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
22 changed files with 9050 additions and 7 deletions

View file

@ -2,10 +2,10 @@
## About
This is a vi-inspired terminal chat client for the Matrix protocol.
`iamb` is a Matrix client for the terminal that uses Vim keybindings.
__*Note that this project is still very much in its early stages and a
lot is subject to eventually change.*__
This project is a work-in-progress, and there's still a lot to be implemented,
but much of the basic client functionality is already present.
## Installation
@ -15,6 +15,21 @@ Install Rust and Cargo, and then run:
cargo install iamb
```
## Configuration
You can create a basic configuration in `$CONFIG_DIR/iamb/config.json` that looks like:
```json
{
"profiles": {
"example.com": {
"url": "https://example.com",
"@user:example.com"
}
}
}
```
## License
iamb is released under the [Apache License, Version 2.0].