Skip to content

Repository files navigation

Task-Fighter

icon.png

Personal task management software with simple UI.

Screen Shot

Screenshot1 Screenshot2 Screenshot3

Features

  • Simple & Intuitive UI: Built with egui for a lightweight and responsive desktop experience.
  • Privacy First: Completely local task management application.
  • High Performance: Using DuckDB for fast, robust task recording and search.
  • Automated Task Creation: Automatically schedules and generates your daily, weekly, and monthly tasks.
  • Automated Email Creation: Dynamically generates emails based on your task status or summaries to streamline your workflow.

Prerequisites

Make sure you have the Rust toolchain installed (Edition 2024 compliance required). If not, install it from rustup.rs.

How to build

Clone this repository and execute the command below.

git clone https://github.com
cd task-fighter
cargo build --release

To run the application immediately, use:

cargo run --release

License

This project is licensed under the Apache License, Version 2.0. See LICENSE for details.

Third-Party Licenses

This software bundles or links the following third-party components:

  • Noto Sans JP
    • Licensed under the SIL Open Font License, Version 1.1.
    • Copyright 2015 Google Inc. All Rights Reserved.
    • For more details, see the SIL Open Font License.
  • DuckDB
    • Licensed under the MIT License.
    • Copyright 2018-2026 DuckDB Foundation.
    • For more details, see the DuckDB Website.
  • egui / eframe
    • Dual-licensed under the MIT License OR Apache License, Version 2.0.
    • Copyright (c) 2020 Emil Ernerfeldt.
    • For more details, see the egui GitHub Repository.

About

Private task management app with simple UI

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages