{"id":16653582,"url":"https://github.com/norm/next","last_synced_at":"2025-12-26T06:51:06.165Z","repository":{"id":66550723,"uuid":"137797334","full_name":"norm/next","owner":"norm","description":"Simple todo manager using Markdown task lists","archived":false,"fork":false,"pushed_at":"2018-06-27T16:32:28.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T10:32:39.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/norm.png","metadata":{"files":{"readme":"README.markdown","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-18T19:31:06.000Z","updated_at":"2021-04-04T08:30:42.000Z","dependencies_parsed_at":"2023-02-28T13:31:01.658Z","dependency_job_id":null,"html_url":"https://github.com/norm/next","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/norm%2Fnext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fnext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fnext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fnext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norm","download_url":"https://codeload.github.com/norm/next/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243266731,"owners_count":20263795,"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":[],"created_at":"2024-10-12T09:45:58.821Z","updated_at":"2025-12-26T06:51:06.123Z","avatar_url":"https://github.com/norm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"next\n====\n\nGiven a directory expected to contain one or more `.task` files, \n`next` will list check each file for uncompleted \"todos\".\n\nA todo is a line which starts `* [ ]`, `+ [ ]`, or `- [ ]`, in the\nstyle of [GitHub Flavored Markdown][gfm] task lists.\n\n[gfm]: https://github.github.com/gfm/#task-list-items-extension-\n\nBy default, the directory is `$HOME/Documents/next`, this can be\noverridden by setting the `NEXT_TASKS_DIR` environment variable.\n\nIf a task contains subtasks (illustrated by indenting the following\ntasks), `next` will sort them before the parent task.\n\nFor example, given a `thing.task` file:\n\n    * [ ] Do the thing\n        - [ ] Figure out the thing\n        - [ ] Plan how to do the thing\n\n`next` will output:\n\n    thing:\n        Figure out the thing\n        Plan how to do the thing\n        Do the thing\n\n\n## Postponing tasks\n\nThe task files can contain metadata, by prefacing the file with\n\"front matter\" -- a block surrounded by triple-backticks (```).\n\nBy adding a date (using the key `next`) to a task's metadata, that task\nand all of its todos will be ignored while that date is in the future.\n\nFor example:\n\n    ```\n    title = Things to do\n    next = 2030-01-01\n    ```\n\n    * [ ] Do a thing\n    * [ ] Do another thing\n\n\n## Archiving tasks\n\nA task file can be archived by adding a key `archived` to the metadata,\nwith a non-empty value. The value is ignored.\n\nFor example:\n\n    ```\n    next = 2012-01-1\n    archived = true\n    ```\n\n    # Stuff.\n\n    * [ ] This is no longer a todo that will be surfaced.\n\n\n## Installing\n\n    make install\n\n## Running tests\n\n    make test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fnext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorm%2Fnext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fnext/lists"}