https://github.com/shouya/malakal
Minimalistic day-planner app
https://github.com/shouya/malakal
calendar day-planner egui gui ical timeblocking timeblocks
Last synced: 6 months ago
JSON representation
Minimalistic day-planner app
- Host: GitHub
- URL: https://github.com/shouya/malakal
- Owner: shouya
- License: gpl-3.0
- Created: 2022-08-22T13:11:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T06:22:27.000Z (7 months ago)
- Last Synced: 2025-03-31T06:01:32.811Z (6 months ago)
- Topics: calendar, day-planner, egui, gui, ical, timeblocking, timeblocks
- Language: Rust
- Homepage:
- Size: 365 KB
- Stars: 38
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.org
- License: LICENSE
Awesome Lists containing this project
README
* Malakal
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:
* Features
Core features:
- quickly add/modify/relocate/clone/delete events
- notify on event starts
- stored as standard ical files
- post-update command (for running e.g. vdirsyncher)UI/UX features:
- click to edit event title
- snapping mode (hold down shift to precision mode)
- ctrl-z to undo modifications
- drag on blank to create events
- drag on an event to change its begin/end time or move the event
- ctrl-drag on an event to clone it
- right-click on an event to open menu (for event detail & deletion)
- right-click on blank area to open calendar view
- quickly jumping to dates in calendar view
- current date/time indicator
- full keyboard support for navigation/event manipulationTypical calendar features that are not supported by malakal:
- synchronization/webdav: for now, you can use vdirsync for synchronization
- command line query: malakal happily shares local ical files with [[https://github.com/pimutils/khal][khal]]
- recurrent events: it may add a lot of complexity so it's not currently planned* Keyboard shortcuts
| 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.
* Installation
If you have rust on your computer, you can type:
#+begin_src
cargo install malakal
#+end_srcAlternatively, you can download the binary from release page.