mirai/README.md

75 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2024-10-09 20:18:42 +02:00
> [!warning]
> This is a work in progress and not stable.
2024-04-10 16:53:18 +02:00
# Mirai
2024-08-16 21:35:12 +02:00
Mirai provides todo lists using a simple syntax.
2024-04-10 16:53:18 +02:00
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).
2024-05-24 14:11:59 +02:00
![Mirai Todo](https://codeberg.org/vyn/mirai/raw/branch/main/images/presentation-todo-1.png)
2024-04-10 16:53:18 +02:00
## Download
You can download Mirai from the [releases page](https://codeberg.org/vyn/mirai/releases).
2024-04-10 16:53:18 +02:00
Currently only `Linux (x86_64)` is officially supported.
2024-04-10 16:53:18 +02:00
## Build from source
### Requirements
2024-08-16 21:35:12 +02:00
- GCC >= 14.2.1
- CMake >= 3.30.2
- Ninja (or Make but you will need to adapt the commands)
- Git
2024-04-10 16:53:18 +02:00
### 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.
2024-08-16 21:35:12 +02:00
## To-do
- Add CLI mode for quick adding tasks
- Add support for custom themes
2024-04-10 16:53:18 +02:00
## 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
2024-10-09 20:18:42 +02:00
Feel free to make suggestions and report issues, but I do **not** accept contributions (pull requests).
2024-04-10 16:53:18 +02:00
## Credits
This software uses free images from Flaticon.com