This project is a wrapper for the Microsoft To Do application, built using Tauri.
- Custom CSS injection
- System tray integration
- Autostart on system boot
- Window state persistence
- Notifications
-
Clone the repository:
git clone https://github.com/yourusername/microsoft-todo-wrapper.git cd microsoft-todo-wrapper
-
Install dependencies:
pnpm install
-
Build the project:
pnpm tauri build
-
Run the project:
pnpm tauri dev
src/
: Contains the source code for the application.src-tauri/
: Contains the Tauri-specific code and configuration.public/
: Contains static assets.dist/
: Contains the build output.
This project is licensed under the MIT License. See the LICENSE file for details.