{"id":34538350,"url":"https://github.com/tlacuilose/doing","last_synced_at":"2026-05-30T19:31:19.707Z","repository":{"id":42031400,"uuid":"481729414","full_name":"tlacuilose/doing","owner":"tlacuilose","description":"A command line tool that manages tasks to be done and completed.","archived":false,"fork":false,"pushed_at":"2022-04-17T17:36:50.000Z","size":1140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T17:41:22.439Z","etag":null,"topics":["command-line-tool","go","tasks-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tlacuilose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-14T19:43:51.000Z","updated_at":"2022-04-21T00:51:03.000Z","dependencies_parsed_at":"2022-08-12T02:50:58.447Z","dependency_job_id":null,"html_url":"https://github.com/tlacuilose/doing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tlacuilose/doing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlacuilose%2Fdoing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlacuilose%2Fdoing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlacuilose%2Fdoing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlacuilose%2Fdoing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlacuilose","download_url":"https://codeload.github.com/tlacuilose/doing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlacuilose%2Fdoing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33707328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["command-line-tool","go","tasks-manager"],"created_at":"2025-12-24T06:11:51.830Z","updated_at":"2026-05-30T19:31:19.689Z","avatar_url":"https://github.com/tlacuilose.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# $doing\n\nDoing is a command line tool to track from the terminal the tasks being done.\n\n## Available commands\n\n- List All: Lists all tasks doing and completed.\n\n```bash\ndoing -la\n```\n\n- List Doing: List all doing tasks.\n\n```bash\ndoing -la\n```\n\n- List Completed: Lists all completed tasks.\n\n```bash\ndoing -lc\n```\n\n- Add new task: Adds new task.\n\n```bash\ndoing -a [description]\n```\n\n- Mark task as completed: Marks a task of index [i] in list all as completed.\n\n```bash\ndoing -c [i]\n```\n\n- Delete task: Deletes a task of index [i] in list all.\n\n```bash\ndoing -d [i]\n```\n\n- Reset: deletes all stored tasks.\n\n```bash\ndoing -r\n```\n\n## Considerations\n\n- doing -c command accepts an index from last doing tasks, 0, 1, 2\n- Tasks fall on two categories: doing and completed. Deleted tasks are not recoverable.\n- Tasks are saved on a store text file defined in the saving package.\nDefault is store/tasks.txt\n- Tasks are given an id, based on the task count defined on the store text file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlacuilose%2Fdoing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlacuilose%2Fdoing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlacuilose%2Fdoing/lists"}