Skip to content

Commit

Permalink
Merge pull request #2 from h8moss/main
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
h8moss authored Jun 1, 2023
2 parents 82b0ae5 + c04855c commit a719c37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "progress-tracker",
"version": "0.0.0"
"version": "1.0.0"
},
"tauri": {
"cli": {
Expand Down

0 comments on commit a719c37

Please sign in to comment.