Simple to-do list desktop application using readable plain text format.
Find a file
2024-08-11 16:46:44 +02:00
android Add Android Manifest 2024-05-23 16:50:37 +02:00
images Add images to README 2024-05-24 14:11:59 +02:00
libs Add basic responsive layout for Phone 2024-05-04 17:38:23 +02:00
src Prepare support for custom theme 2024-08-11 16:46:44 +02:00
tests Change 'File' concept to a 'Resource' abstract concept 2024-05-09 14:39:10 +02:00
.clang-format Support multiple files 2024-04-14 14:11:41 +02:00
.clang-tidy Add support for clang-tidy and clang-format 2024-04-13 11:47:52 +02:00
.gitignore Add basic responsive layout for Phone 2024-05-04 17:38:23 +02:00
.gitmodules Add Catch2 dependency for tests 2024-04-19 13:52:17 +02:00
build-run.sh Improve Calendar 2024-04-20 09:02:25 +02:00
build-tests.sh Don't show the '#' before tags in the UI 2024-04-21 09:43:56 +02:00
CMakeLists.txt Change default theme to OneDark like 2024-08-09 21:12:35 +02:00
LICENSE first commit 2024-04-10 16:53:18 +02:00
README.md Update README with build && download instructions 2024-05-24 17:28:18 +02:00

This is a work in progress

Mirai

Mirai provides todo lists and calendar views from the same data 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).

Mirai Todo Mirai Calendar

Download

You can download Mirai from the releases page.

Currently only Linux (x86_64) is officially supported.

Build from source

Requirements

  • Qt >= 6.7.0
  • GCC >= 14.1.1
  • CMake >= 3.29.3
  • Ninja (or Make but you will need to adapt the commands)
  • Git

Steps

Fetch and setup the repository:

git clone https://codeberg.org/vyn/mirai.git
cd mirai
git submodule update --init --recursive

To build:

cmake -DCMAKE_BUILD_TYPE=Release -S . -B ./build -G Ninja
cd build
ninja

Then you should have a mirai executable in the build directory you are currently in.

License

Copyright (C) Vyn 2024

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, under version 3 of the License only.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program in the LICENSE file. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.

Contributing

I do not accept contribution, however feel free to make suggestions and report issues.

Credits

This software uses free images from Flaticon.com