Crates.io | malakal |
lib.rs | malakal |
version | 0.1.9 |
source | src |
created_at | 2022-08-22 15:21:29.950142 |
updated_at | 2023-05-21 02:11:21.429081 |
description | a day-planning calendar app based on egui |
homepage | https://github.com/shouya/malakal |
repository | https://github.com/shouya/malakal |
max_upload_size | |
id | 650432 |
size | 273,064 |
Malakal is a day planner application. I crafted it because I was not able to find a comfortable calendar application for Linux.
I consider it in a mostly usable state - I myself have been using it on a daily basis for around a year now. Bug reports, feature requests, and contributions are warmly welcomed.
#+html:
Core features:
UI/UX features:
Typical calendar features that are not supported by malakal:
| Keys | Actions | |-----------------+------------------------------------| | Tab/Shift-Tab | Focus previous/next event | | Arrow keys | Focus event on the given direction | | Ctrl+Arrow keys | Move focused event | | Shift+Up/Down | Resize focused event | | n | Create new event | | x/Del | Delete focused event |
Arrow keys can be substituted for vim-style navigation keys (hjkl) in all above cases.
If you have rust on your computer, you can type:
#+begin_src cargo install malakal #+end_src
Alternatively, you can download the binary from release page.