a FOSS product for tracking and creating tasks with a click of a button
  • Rust 91.2%
  • JavaScript 3.5%
  • Dockerfile 3%
  • Shell 1.5%
  • HTML 0.8%
Find a file
Blair Hines 791aeb944b
Some checks failed
CI / compliance (pull_request) Failing after 10m13s
Merge pull request 'Week 3' (#3) from week2-additional into main
Reviewed-on: #3
2026-06-24 16:36:44 +00:00
.forgejo/workflows fix: CI logs are not verbose 2026-06-08 18:54:34 -04:00
.zed feat: ci 2026-06-08 18:46:58 -04:00
extension chore: Save horribleness 2026-04-28 11:54:54 -04:00
migrations feat: routes/tables for task labels 2026-06-20 19:47:04 -04:00
scripts@aecbb3b8b8 feat: ci 2026-06-08 18:46:58 -04:00
taskify_android refactor: Use anyhow, simplify error handling 2026-06-08 21:53:44 -04:00
taskify_common refactor: Make crate for common err logic, refactor. add schema for labels 2026-06-20 16:37:10 -04:00
taskify_core fix: Fix window not creating due to some unknown bs 2026-06-24 12:34:54 -04:00
taskify_desktop chore: Save bs 2026-06-22 19:56:08 -04:00
taskify_extension refactor: Use anyhow, simplify error handling 2026-06-08 21:53:44 -04:00
taskify_extension_background refactor: Use anyhow, simplify error handling 2026-06-08 21:53:44 -04:00
taskify_runner fix: Fix refreshing being borked 2026-06-20 22:07:16 -04:00
taskify_scripts refactor: Move some scripts around, add missing scripts back 2026-06-20 19:53:47 -04:00
taskify_web feat: Working everything except wasm 2026-05-03 11:15:49 -04:00
.gitignore fix: Fix window not creating due to some unknown bs 2026-06-24 12:34:54 -04:00
.gitmodules feat: ci 2026-06-08 18:46:58 -04:00
.prettierrc feat: Docker compose builds 2026-06-08 19:36:14 -04:00
Cargo.lock fix: Fix window not creating due to some unknown bs 2026-06-24 12:34:54 -04:00
Cargo.toml refactor: Make crate for common err logic, refactor. add schema for labels 2026-06-20 16:37:10 -04:00
diesel.toml chore: Save database progress 2026-04-27 20:57:03 -04:00
docker-compose.yml feat: App has no remaining bugs as far as I can tell minus unwraps 2026-06-08 23:12:19 -04:00
LICENSE Initial commit 2026-04-26 16:13:10 -04:00
migrations.Dockerfile feat: Docker builds *and* runs 2026-06-08 19:58:27 -04:00
README.md Update README.md 2026-06-09 05:42:53 +00:00
runner.Dockerfile chore: Save progress on labels server infrastructure 2026-06-20 21:28:25 -04:00
rustfmt.toml feat: Docker compose builds 2026-06-08 19:36:14 -04:00

Taskify

Taskify is a FOSS product for tracking and creating tasks with a click of a button

Run the desktop app with cargo run --bin taskify_desktop and docker compose up