{"id":22830962,"url":"https://github.com/eyalgolan/cli-task-manager","last_synced_at":"2025-03-31T01:42:15.638Z","repository":{"id":60536024,"uuid":"517280610","full_name":"eyalgolan/cli-task-manager","owner":"eyalgolan","description":"Gophercises exercise. A CLI tool that can be used to manage your TODOs in the terminal.","archived":false,"fork":false,"pushed_at":"2022-10-01T00:01:59.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T06:51:18.766Z","etag":null,"topics":["bbolt","cobra-cli","go","golang"],"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/eyalgolan.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-07-24T09:32:53.000Z","updated_at":"2022-09-28T16:37:37.000Z","dependencies_parsed_at":"2022-10-01T01:10:14.724Z","dependency_job_id":null,"html_url":"https://github.com/eyalgolan/cli-task-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyalgolan%2Fcli-task-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyalgolan%2Fcli-task-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyalgolan%2Fcli-task-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyalgolan%2Fcli-task-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyalgolan","download_url":"https://codeload.github.com/eyalgolan/cli-task-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246403896,"owners_count":20771526,"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":["bbolt","cobra-cli","go","golang"],"created_at":"2024-12-12T20:16:11.006Z","updated_at":"2025-03-31T01:42:15.582Z","avatar_url":"https://github.com/eyalgolan.png","language":"Go","readme":"# Cli Task Manager\n\n[![Build](https://github.com/eyalgolan/cli-task-manager/actions/workflows/build.yml/badge.svg)](https://github.com/eyalgolan/cli-task-manager/actions/workflows/build.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/eyalgolan/cli-task-manager)](https://goreportcard.com/report/github.com/eyalgolan/cli-task-manager)\n\nThis is a CLI tool that can be used to manage your TODOs in the terminal.\n\nI started this small project by following [this Gophercises exercise](https://github.com/gophercises/task), and later expanded it to make it more testable.\n\n## Usage\n\nBasic usage of the tool:\n```sybase\n$ task\ntask is a CLI for managing your TODOs.\n\nUsage:\n  task [command]\n\nAvailable Commands:\n  add         Add a new task to your TODO list\n  do          Mark a task on your TODO list as complete\n  list        List all of your incomplete tasks\n\nUse \"task [command] --help\" for more information about a command.\n\n$ task add review talk proposal\nAdded \"review talk proposal\" to your task list.\n\n$ task add clean dishes\nAdded \"clean dishes\" to your task list.\n\n$ task list\nYou have the following tasks:\n1. review talk proposal\n2. some task description\n\n$ task do 1\nYou have completed the \"review talk proposal\" task.\n\n$ task list\nYou have the following tasks:\n1. some task description\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyalgolan%2Fcli-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyalgolan%2Fcli-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyalgolan%2Fcli-task-manager/lists"}