{"id":13674726,"url":"https://github.com/thewhitetulip/Tasks","last_synced_at":"2025-04-28T14:32:08.710Z","repository":{"id":57493568,"uuid":"46224929","full_name":"thewhitetulip/Tasks","owner":"thewhitetulip","description":"A simplistic todo list manager written in Go","archived":false,"fork":false,"pushed_at":"2019-10-30T02:17:21.000Z","size":4493,"stargazers_count":564,"open_issues_count":8,"forks_count":105,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-05T16:11:09.501Z","etag":null,"topics":["golang","task-tracker","todo","webapp"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thewhitetulip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-15T16:08:49.000Z","updated_at":"2025-03-06T19:39:23.000Z","dependencies_parsed_at":"2022-08-28T13:53:37.469Z","dependency_job_id":null,"html_url":"https://github.com/thewhitetulip/Tasks","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewhitetulip%2FTasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewhitetulip%2FTasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewhitetulip%2FTasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewhitetulip%2FTasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thewhitetulip","download_url":"https://codeload.github.com/thewhitetulip/Tasks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330396,"owners_count":21572281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","task-tracker","todo","webapp"],"created_at":"2024-08-02T11:00:58.053Z","updated_at":"2025-04-28T14:32:08.318Z","avatar_url":"https://github.com/thewhitetulip.png","language":"Go","funding_links":[],"categories":["Software","Task management/To-do lists","任务管理/To-do 列表"],"sub_categories":["Task Management \u0026 To-do Lists","Localization","文档生成器"],"readme":"# Tasks\n\nTasks is a simplistic Go webapp to manage tasks, I built this tool to manage tasks which I wanted to do, there are many good kanban style boards, but I felt they were a bit too heavyweight for my taste. Also I wanted to learn the Go webapp development.\n\nHow to use?\n==================\nVia script: `bash install.sh`\n\nThis will generate the binary and set up the database. If you want, you can copy the binary and the public folder into a folder of your choice.\n\nManually:\n\n1. `go get github.com/thewhitetulip/Tasks`\n1. change dir to the respective folder and create the db file: `cat schema.sql | sqlite3 tasks.db`\n1. run `go build`\n1. `./Tasks`\n1. open [localhost:8081](http://localhost:8081)\n\nYou can change the port in the [config](https://github.com/thewhitetulip/Tasks/blob/master/config.json) file\n\n## Features\n\n1. Add, update, delete task.\n2. Search tasks, the query is highlighted in the search results page.\n3. Github flavoured markdown, which enables us for using a task list, advanced syntax highlighting and much more.\n4. Supports file upload, randomizes the file name, stores the user given filename in a db and works on the randomized file name for security reasons.\n5. Priorities are assigned, High = 3, medium = 2 and low = 1, sorting is done on priority descending and created date ascending.\n6. Categories are supported, you can add tasks to different categories. \n1. Ability to hide a task from the timeline.\n1. For a task list, shows 6 out of 8 tasks completed.\n1. Single click install, just run the install.sh file.\n\n\n##### Book\nI am learning writing webapps with Go as I build this application, I took to writing an introductory book about [building webapps in Go](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) because I faced a lot of problems while learning how to write webapps in Go, it, the book strives to teach by practical examples. You are welcome to contribute to the book.\n\n# Screenshots\nThe Home Page\n\n![Home Page](https://github.com/thewhitetulip/Tasks/blob/master/screenshots/FrontEnd.png)\n\nAdd Task dialog\n\n![Add Task](https://github.com/thewhitetulip/Tasks/blob/master/screenshots/FrontEnd-Add%20task.png)\n\nNavigation drawer\n\n![Navigation Drawer](https://github.com/thewhitetulip/Tasks/blob/master/screenshots/FrontEnd%20Navigation%20Drawer.png)\n\n# License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Suraj Patil\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewhitetulip%2FTasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthewhitetulip%2FTasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewhitetulip%2FTasks/lists"}