Simple to-do list desktop application using readable plain text format.
Find a file
2025-06-26 10:12:23 +02:00
external Add color for events and source tags 2025-06-26 10:12:23 +02:00
images Switch from Qt6 to Slint 2024-08-29 11:18:09 +02:00
src Add color for events and source tags 2025-06-26 10:12:23 +02:00
tests Remove unused code, move logic from .h to their .cpp, clean some things 2024-09-02 11:52:06 +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 Unscheduled tasks 2024-10-08 16:36:01 +02:00
.gitmodules Replace nlohmann with rei-json 2025-06-24 18:56:32 +02:00
build-run.sh Switch from Qt6 to Slint 2024-08-29 11:18:09 +02:00
build-tests.sh Don't show the '#' before tags in the UI 2024-04-21 09:43:56 +02:00
CMakeLists.txt Replace nlohmann with rei-json 2025-06-24 18:56:32 +02:00
LICENSE first commit 2024-04-10 16:53:18 +02:00
README.md Update README.md 2024-10-09 20:18:42 +02:00

Warning

This is a work in progress and not stable.

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 with whatever you want and sync them using third party software (like Syncthing).

Mirai Todo

Download

You can download Mirai from the releases page.

Currently only Linux (x86_64) is officially supported.

Build from source

Requirements

  • GCC >= 14.2.1
  • CMake >= 3.30.2
  • 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.

To-do

  • Add CLI mode for quick adding tasks
  • Add support for custom themes

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

Feel free to make suggestions and report issues, but I do not accept contributions (pull requests).

Credits

This software uses free images from Flaticon.com