mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 09:23:18 +00:00
Switch from Qt6 to Slint
This commit is contained in:
parent
f8be14bcf8
commit
63bf267a22
107 changed files with 27532 additions and 2896 deletions
13
README.md
13
README.md
|
@ -2,13 +2,12 @@
|
|||
|
||||
# Mirai
|
||||
|
||||
Mirai provides todo lists and calendar views from the same data using a simple syntax.
|
||||
Mirai provides todo lists using a simple syntax.
|
||||
Your data are stored on your device as readable plain text files, you can edit them
|
||||
with whatever you want and sync them using third party software (like Syncthing).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Download
|
||||
|
@ -21,9 +20,8 @@ Currently only `Linux (x86_64)` is officially supported.
|
|||
|
||||
### Requirements
|
||||
|
||||
- Qt >= 6.7.0
|
||||
- GCC >= 14.1.1
|
||||
- CMake >= 3.29.3
|
||||
- GCC >= 14.2.1
|
||||
- CMake >= 3.30.2
|
||||
- Ninja (or Make but you will need to adapt the commands)
|
||||
- Git
|
||||
|
||||
|
@ -44,6 +42,11 @@ ninja
|
|||
```
|
||||
Then you should have a `mirai` executable in the `build` directory you are currently in.
|
||||
|
||||
## To-do
|
||||
|
||||
- Add CLI mode for quick adding tasks
|
||||
- Add support for custom themes
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) Vyn 2024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue