feat: add README with app description and keybindings
Some checks failed
build / checks-matrix (push) Successful in 19m20s
build / codecov (push) Failing after 19m22s
docs / docs (push) Failing after 28m47s
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 05:11:49 +05:30
parent 9bef3c273d
commit 76304da61f
2 changed files with 15 additions and 1 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# MM - Minimal Image Viewer
A cross platform minimal image viewer with vim-like keybindings, built using rust and gpui
### Keyboard Shortcuts
| Key | Action |
|-----|--------|
| `q` or `Escape` | Quit the application |
| `j` or `→` | Next image |
| `k` or `←` | Previous image |
| `g` | Go to first image |
| `Shift+G` | Go to last image |
| `c` | Cycle through object fit modes (Contain → Cover → Fill) |