{"id":13896879,"url":"https://github.com/danymat/neorg-gtd-things","last_synced_at":"2025-10-29T08:33:08.345Z","repository":{"id":167004615,"uuid":"444922181","full_name":"danymat/neorg-gtd-things","owner":"danymat","description":"Extension for Neorg GTD that uses Things3 instead","archived":false,"fork":false,"pushed_at":"2022-01-16T19:40:07.000Z","size":36,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T00:02:05.308Z","etag":null,"topics":["neorg","neovim","neovim-plugin","things","things3"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danymat.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}},"created_at":"2022-01-05T19:13:11.000Z","updated_at":"2023-12-23T12:10:47.000Z","dependencies_parsed_at":"2023-07-13T13:15:58.193Z","dependency_job_id":null,"html_url":"https://github.com/danymat/neorg-gtd-things","commit_stats":null,"previous_names":["danymat/neorg-gtd-things"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danymat%2Fneorg-gtd-things","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danymat%2Fneorg-gtd-things/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danymat%2Fneorg-gtd-things/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danymat%2Fneorg-gtd-things/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danymat","download_url":"https://codeload.github.com/danymat/neorg-gtd-things/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238795400,"owners_count":19531733,"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":["neorg","neovim","neovim-plugin","things","things3"],"created_at":"2024-08-06T18:03:12.796Z","updated_at":"2025-10-29T08:33:03.054Z","avatar_url":"https://github.com/danymat.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Neorg GTD with Things3\n\n## Summary\n\nThis is an extension of Neorg module [`neorg.gtd.base`](https://github.com/nvim-neorg/neorg/wiki/Getting-Things-Done) that uses your [Things3](https://culturedcode.com/things/) application to display your tasks in neovim !\n\n## Showcase\n\n\u003cdetails\u003e\n\u003csummary\u003eToday's tasks\u003c/summary\u003e\n\n  \u003cimg width=\"419\" alt=\"Capture d’écran 2022-01-06 à 10 40 35\" src=\"https://user-images.githubusercontent.com/5306901/148362520-d4b1885d-e799-4b09-98d1-5901290e0266.png\"\u003e\n\u003cbr\u003e\n  \u003cimg width=\"500\" alt=\"Capture d’écran 2022-01-06 à 10 40 20\" src=\"https://user-images.githubusercontent.com/5306901/148362496-bac54a2e-6249-4821-98d7-b4df0274752f.png\"\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eProjects\u003c/summary\u003e\n\n  \u003cimg width=\"170\" alt=\"Capture d’écran 2022-01-06 à 10 42 15\" src=\"https://user-images.githubusercontent.com/5306901/148362737-ca1eff72-4178-448f-9c64-3ff23ad47f46.png\"\u003e\n  \u003cbr\u003e\n  \u003cimg width=\"350\" alt=\"image\" src=\"https://user-images.githubusercontent.com/5306901/148362858-1f54a055-2cef-494f-8507-8efc18228cb9.png\"\u003e\n\u003c/details\u003e\n\nAnd much more ...\n\n## Installation\n\nPrerequisite: you need [things-cli](https://github.com/thingsapi/things-cli#install) to be installed.\n\n```lua\n-- packer installation\nuse {'danymat/neorg-gtd-things'}\n\n-- neorg configuration\nrequire('neorg').setup {\n  load = {\n    ...\n    [\"external.integrations.neorg-gtd-things\"] = {\n        config = { -- Mandatory\n            things_db_path = \"/Users/danielmathiot/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac.beta/Things Database.thingsdatabase/main.sqlite\", -- To find the correct location, go to FAQ\n            waiting_for_tag = \"En attente\" -- The Things3 tag you use for waiting fors\n        }\n    }\n  },\n}\n```\n\n## Roadmap\n\n- [x] Fully integrate with `Neorg gtd views`\n  - [x] Display tasks and projects\n  - [x] `\u003cTab\u003e` toggle functionnality\n  - [x] Press `\u003cCR\u003e` to open the task in Things3\n  - [x] Press `e` to edit the task (currently disabled)\n- [x] Fully integrate with `Neorg gtd edit` (currently disabled)\n- [ ] Fully integrate with `Neorg gtd capture`\n\n## FAQ\n\n- How can i find my `things_db_path` ?\n\nIt is located inside your user's Library. I recommend you try out this command:\n\n```bash\nfind /Users/your_name/Library -name main.sqlite 2\u003e/dev/null | grep -v Backups\n```\n\nThis command will find all main.sqlite files inside your library, and remove all results with `Backups` inside, as we want the original database\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanymat%2Fneorg-gtd-things","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanymat%2Fneorg-gtd-things","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanymat%2Fneorg-gtd-things/lists"}