-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from h8moss/main
Version 1.1.2
- Loading branch information
Showing
23 changed files
with
776 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,46 @@ | ||
# Progress tracker | ||
--- | ||
|
||
A simple, open-source TODO list and progress tracker for windows, macOS and Linux. Built using tauri and svelte. | ||
|
||
## Features | ||
|
||
### Nested Tasks. | ||
|
||
A task may optionally be comprised of smaller, simpler tasks. | ||
|
||
![progress_tracker_Ar7h1rQ5lF](https://github.com/h8moss/progress-tracker/assets/43828996/8caff440-8763-409a-b100-11ae87fd14fd) | ||
|
||
### Weights. | ||
|
||
Each task has a weight assigned to it. A heavier task will advance the progress bar more when completed. | ||
|
||
![progress_tracker_Bn52lP0cIG](https://github.com/h8moss/progress-tracker/assets/43828996/24107f7d-bb17-4acd-bc13-6db4cff461c7) | ||
|
||
### Automatic video weights. | ||
|
||
Automatically create a TODO list based on the duration of videos in your filesystem. | ||
(Must have [ffmpeg](https://ffmpeg.org/download.html) installed and in the PATH) | ||
|
||
## To-do list | ||
|
||
- [x] Refactor NodeView | ||
- [x] Increase speed of automatic video weights | ||
- [x] Sorting (And manual moving of items) | ||
- [ ] Recently opened | ||
- [ ] Command to fold all tasks | ||
- [ ] Keyboard shortcuts | ||
- [ ] Themes and color labels | ||
|
||
## License | ||
|
||
This Application falls under the GNU GPLv3 copyright license, read more on the LICENSE file | ||
© 2023 Daniel Armenta | ||
|
||
### Icons | ||
|
||
This application uses Icons from the following sources: | ||
* [ByPeople](https://www.bypeople.com/)'s Arrow-right icon in Public Domain | ||
* [Vmware](https://github.com/vmware/clarity-assets?ref=svgrepo.com)'s Settings icon in MIT license | ||
|
||
- [ByPeople](https://www.bypeople.com/)'s Arrow-right icon in Public Domain | ||
- [Vmware](https://github.com/vmware/clarity-assets?ref=svgrepo.com)'s Settings icon in MIT license | ||
|
||
All of the previous Icon authors shared their work via [SVG Repo](https://www.svgrepo.com) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.