{"id":15374678,"url":"https://github.com/mrtazz/plan","last_synced_at":"2026-01-28T18:34:06.422Z","repository":{"id":66811937,"uuid":"554042898","full_name":"mrtazz/plan","owner":"mrtazz","description":"cli tool for some planning tasks","archived":false,"fork":false,"pushed_at":"2024-03-01T14:32:46.000Z","size":45,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T07:40:58.174Z","etag":null,"topics":["cli","github","golang","markdown","planning"],"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/mrtazz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-19T06:47:52.000Z","updated_at":"2025-01-08T19:44:38.000Z","dependencies_parsed_at":"2023-12-16T00:07:27.688Z","dependency_job_id":"a1c9ce98-5056-423e-b0cb-11d774eadd0f","html_url":"https://github.com/mrtazz/plan","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.02857142857142858,"last_synced_commit":"e48d3ff338263137d79e6b81006b00fe90391544"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mrtazz/plan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fplan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fplan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fplan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fplan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtazz","download_url":"https://codeload.github.com/mrtazz/plan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fplan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28849160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","github","golang","markdown","planning"],"created_at":"2024-10-01T13:59:29.019Z","updated_at":"2026-01-28T18:34:06.403Z","avatar_url":"https://github.com/mrtazz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plan\n\ncli tool for some planning tasks\n\nThis is mostly support tooling for https://github.com/mrtazz/vim-plan\n\n\n## Usage\n\n```\n% plan --help\nUsage: plan \u003ccommand\u003e\n\nFlags:\n  -h, --help                        Show context-sensitive help.\n      --debug                       Enable debug mode.\n      --config-file=\".plan.yaml\"    path to the config file.\n\nCommands:\n  add-todo \u003ctext\u003e ...\n    Add a todo to the current daily note.\n\n  add-note \u003ctext\u003e ...\n    Add a note to the current daily note.\n\n  daily-prep\n    create the daily note file\n\n  get-assigned-issues\n    Retrieve assigned issues\n\n  import-screenshots\n    Import screenshots to the plan folder\n\n  validate-config\n    Validate the passed config and return.\n\n  version\n    print version and exit.\n\nRun \"plan \u003ccommand\u003e --help\" for more information on a command.\n\n```\n\n## Configuration\n\n`plan` looks for a `.plan.yaml` config file in the current directory or can be\npassed a config file to use as a flag. There are a couple of things that can\nbe configured via the config file, like recurring tasks, the daily template to\nuse, and the query to use to get GitHub issues.\n\n\n### Example config file\n\n\n```yaml\nrecurring_tasks:\n  Monday:\n    - plan the week\n\n  Friday:\n    - update achievements doc\n\ndaily_template: |-\n  ## Misc\n\n  It's {{ .Weekday }} today.\n  You have {{ len .RecurringTasks }} recurring tasks today:\n  {{ range .RecurringTasks }}\n  {{- .Name }}\n  {{- end }}\n\n  You have {{ len .AssignedTasks }} issues assigned:\n  {{- range .AssignedTasks }}\n  - [ ] {{ .Name }} [link]({{ .URL }})\n  {{- end }}\n\n  ## Log\n\ngithub:\n  task_query: \"assignee:mrtazz org:github state:open\"\n\nscreenshot_import:\n  source: \"~/Desktop\"\n  destination: \"dailies/20060102_attachments\"\n  file_format: \"Screenshot 2006-01-02 at 15.04.05.png\"\n```\n\n## Installation\n\nThere are pre-built binaries [on the releases page](https://github.com/mrtazz/plan/releases/)\nor the go standard way should also work, e.g.:\n\n```\ngo install github.com/mrtazz/plan@latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtazz%2Fplan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtazz%2Fplan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtazz%2Fplan/lists"}