mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Want a Matrix client that uses Vim keybindings (#1)
This commit is contained in:
parent
704f631d54
commit
262c96b62f
22 changed files with 9050 additions and 7 deletions
21
README.md
21
README.md
|
@ -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].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue