{"id":20879248,"url":"https://github.com/edsol/clickup-vscode-extension","last_synced_at":"2025-05-12T16:31:23.086Z","repository":{"id":37845139,"uuid":"471713106","full_name":"Edsol/clickup-vscode-extension","owner":"Edsol","description":"Integrates clickup and its workflows into vscode","archived":false,"fork":false,"pushed_at":"2024-11-28T15:14:46.000Z","size":5466,"stargazers_count":35,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-01T08:12:18.292Z","etag":null,"topics":["clickup","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=edsol.clickup","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Edsol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-03-19T14:04:12.000Z","updated_at":"2025-03-23T12:26:17.000Z","dependencies_parsed_at":"2023-10-14T20:35:51.874Z","dependency_job_id":"48ee640e-1270-487a-9cc7-ed15642e39b6","html_url":"https://github.com/Edsol/clickup-vscode-extension","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edsol%2Fclickup-vscode-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edsol%2Fclickup-vscode-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edsol%2Fclickup-vscode-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edsol%2Fclickup-vscode-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edsol","download_url":"https://codeload.github.com/Edsol/clickup-vscode-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776818,"owners_count":21962564,"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":["clickup","typescript","vscode","vscode-extension"],"created_at":"2024-11-18T07:15:40.978Z","updated_at":"2025-05-12T16:31:23.076Z","avatar_url":"https://github.com/Edsol.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/edsol"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003e\nUnofficial \u003ca href=\"http://clickup.com\"\u003eClickUp\u003c/a\u003e VSCode extension\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue)](https://www.gnu.org/licenses/agpl-3.0)\n\n\u003c/h1\u003e\n\n## Requirements\n\nYou need to have a ClickUp token to interact with your private task, use [official guide](https://docs.clickup.com/en/articles/1367130-getting-started-with-the-clickup-api) to create one\n\n## Install\n\nUse command:\n\n```\next install edsol.clickup\n```\n\nor find it in [marketpace](https://marketplace.visualstudio.com/items?itemName=edsol.clickup)\n\n## Inizialize\n\nUse the dedicated command to manipulate API token:\n\n### Token\n\n- `Clickup: Set token`\n- `Clickup: show token`\n- `Clickup: delete token`\n\n## Features\n\n### List task\n\nView tasks within lists, folders, spaces\n\n![list](./docs/list_task.png)\n\n### Task functions\n\nedit, delete, or use a task:\n\n![functions](./docs/edit_task.png)\n\n### Create new task\n\nAdd a new task in any list:\n\n![new-task](./docs/new_task.png)\n\n### \"Working on\" Mode\n\nThrough the menu in the Status Bar you can now select a task you are working on, once you have finished your changes you can change its status through the commit message.\n\nUsage:\n\n\u003cimg src=\"./docs/status.gif\" height=500\u003e\u003c/img\u003e\n\nwe can also work on a specific task by selecting it from the list:\n\n![work-on-task](./docs/work_on.png)\n\n### Task status changer via commit message\n\nWe can change the status of the task directly in the commit message.\n\nSelect a task with the instructions above and use dedicated button in git tab:\n\n![select-task](./docs/select_task.png)\n\nselect a new status from list:\n\n![select-status](./docs/select_status.png)\n\ncomplete commit message and push it:\n\n![commit_message](./docs/commit_message.png)\n\n### My Task section\n\nImplemented new \"My Task\" section (thanks to [@HeIIow2](https://github.com/HeIIow2) for suggesting it), All the tasks assigned to us are displayed:\n\n![commit_message](./docs/my_task_section.png)\n\n### Time tracker\n\nAdded functionality to track time on tasks, you can view the list of times by user\n\n\u003e [!IMPORTANT]  \n\u003e Time tracker is on by default, it can be turned off in the extension setting menu.\n\n![time_tracker](./docs/time_tracker.png)\n\n## How to configure the extension\n\nGo to `Settings \u003e Extension \u003e ClickUp` and change the parameters to configure to your liking the extension.\n\n## Roadmap\n\n- [x] Task counter badge\n- [x] Easy way to edit status outside edit mode\n- [x] Manage via global settings\n- [ ] Increase performaces\n- [ ] Add filters and groupings\n- [x] Implements time tracking\n- [x] Add and delete list insde a space\n- [x] Create and delete spaces\n- [x] Refresh TreeView button\n- [x] Collapse TreeView button\n- [x] Create new List\n- [x] load task informations in real time\n- [x] translation support\n- [x] \"my task\" section\n- [x] official icons\n\n## Translation\n\nThe extension supports English and Italian (my native language). You can help me translate it into your language, it will be very easy to do so:\n\n1. Copy the `package.nls.json` file in the root of project and renaming it by adding the identifier for your language. For example for the Italian language the file will have the name `package.nls.it.json`\n2. Copy the `bundle.l10n.json` file in the `l10n` folder and renaming it by adding the identifier for your language. For example for the Italian language the file will have the name `bundle.l10n.it.json`\n\n## Release Notes\n\nDetailed Release Notes are available [here](CHANGELOG.md)\n\n## Do you want to support my work? Buy me an espresso coffee (I'm Italian)\n\n\u003ca href=\"https://www.buymeacoffee.com/edsol\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n## Special Thanks:\n\n### with the code:\n\n- [dfntlmb](https://github.com/definiteIymaybe)\n- [ILoomans](https://github.com/ILoomans)\n- [M97Chahboun](https://github.com/M97Chahboun)\n\n### with caffeine:\n\n- [gute1](https://github.com/gute1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsol%2Fclickup-vscode-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedsol%2Fclickup-vscode-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsol%2Fclickup-vscode-extension/lists"}