From c04855c2e03f4e50ec6eb508f34c416751a5af7e Mon Sep 17 00:00:00 2001 From: h8moss <43828996+h8moss@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:03:58 -0600 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5288f11..01420c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ -# Tauri + Svelte + Typescript +# Progress tracker +--- +A simple, open-source TODO list and progress tracker for windows, macOS and Linux. Built using tauri and svelte. -This template should help get you started developing with Tauri, Svelte and TypeScript in Vite. +## Features -## Recommended IDE Setup +### Nested Tasks. +A task may optionally be comprised of smaller, simpler tasks. -[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer). +### Weights. +Each task has a weight assigned to it. A heavier task will advance the progress bar more when completed. + +### Automatic video weights. +Automatically create a TODO list based on the duration of videos in your filesystem.