diff --git a/README.md b/README.md index f6d1c06..0c9e68e 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,12 @@ # Mirai -Mirai provides todo lists using a simple syntax. -Your data are stored on your device as readable plain text files, you can edit them +Simple tasks and calendar app that store all your data as markdown files, you can edit them with whatever you want and sync them using third party software (like Syncthing). +![Mirai Tasks](https://codeberg.org/vyn/mirai/raw/branch/main/images/tasks.png) -![Mirai Todo](https://codeberg.org/vyn/mirai/raw/branch/main/images/presentation-todo-1.png) - - -## Download - -You can download Mirai from the [releases page](https://codeberg.org/vyn/mirai/releases). - -Currently only `Linux (x86_64)` is officially supported. +![Mirai Calendar](https://codeberg.org/vyn/mirai/raw/branch/main/images/calendar.png) ## Build from source @@ -46,7 +39,6 @@ Then you should have a `mirai` executable in the `build` directory you are curre ## To-do - Add CLI mode for quick adding tasks -- Add support for custom themes ## License diff --git a/images/calendar.png b/images/calendar.png new file mode 100644 index 0000000..1573b3e Binary files /dev/null and b/images/calendar.png differ diff --git a/images/tasks.png b/images/tasks.png new file mode 100644 index 0000000..2b61bdc Binary files /dev/null and b/images/tasks.png differ