{"id":26898031,"url":"https://github.com/falberthen/gitmarker","last_synced_at":"2025-05-13T00:33:51.759Z","repository":{"id":47624611,"uuid":"393205189","full_name":"falberthen/GitMarker","owner":"falberthen","description":"A Visual Studio Code extension to ease GitHub users searching, bookmarking and tracking repositories.","archived":false,"fork":false,"pushed_at":"2023-06-17T00:33:54.000Z","size":6325,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T05:08:05.210Z","etag":null,"topics":["github","typescript","vscode-extension"],"latest_commit_sha":null,"homepage":"https://falberthen.github.io/categories/gitmarker/","language":"TypeScript","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/falberthen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-08-06T00:41:50.000Z","updated_at":"2025-02-01T18:58:10.000Z","dependencies_parsed_at":"2024-12-09T02:36:06.087Z","dependency_job_id":"d71781a4-c27e-477b-abe3-897a2dc302da","html_url":"https://github.com/falberthen/GitMarker","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/falberthen%2FGitMarker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falberthen%2FGitMarker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falberthen%2FGitMarker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falberthen%2FGitMarker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falberthen","download_url":"https://codeload.github.com/falberthen/GitMarker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850285,"owners_count":21973661,"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":["github","typescript","vscode-extension"],"created_at":"2025-04-01T05:08:10.998Z","updated_at":"2025-05-13T00:33:51.706Z","avatar_url":"https://github.com/falberthen.png","language":"TypeScript","readme":"## GitMarker for Visual Studio Code\r\n\r\n\u003cp align=\"center\"\u003e\r\n\t\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=Falberthen.gitmarker\" target=\"_blank\"\u003e\r\n\t\t\u003cimg src=\"https://raw.githubusercontent.com/falberthen/gitmarker/master/resources/gitmarker.png\" alt=\"GitMarker Logo\" /\u003e\r\n\t\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cbr/\u003e\r\n\r\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=Falberthen.gitmarker\" target=\"_blank\"\u003eGitMarker\u003c/a\u003e is an extension for `Visual Studio Code` to ease GitHub users searching and bookmarking repositories and grouping them by custom categories. In addition, it highlights some relevant metadata you want to keep track of, such as stars, licenses, forks, and so on.\r\n\r\nDid you like it? Please give it a star ⭐ and support the project.\r\n\r\n---\r\n\r\n\u003cbr/\u003e\r\n\u003cimg src=\"/images/gitmarker-1.gif\"\u003e\r\n\u003cbr/\u003e\r\n\u003cimg src=\"/images/gitmarker-2.gif\"\u003e\r\n\u003cbr/\u003e\r\n\u003cimg src=\"/images/gitmarker-3.gif\"\u003e\r\n\u003cbr/\u003e\r\n\u003cimg src=\"/images/gitmarker-4.gif\"\u003e\r\n\u003cbr/\u003e\r\n\r\n## Features\r\nYou can easily search repositories on GitHub by a term and add the selected results to categories you created. Results will be cached until next search.\r\n- Synchronize to update with the latest repository data, one by one, or enable the Auto Sync feature!\r\n- You will know if a bookmarked repository was deleted or became private by the author.\r\n- Manage your bookmarks with Export and Import.\r\n- GIT clone capabilities (GIT installed is required)\r\n\r\n\r\n### Setup settings\r\n\r\n- *Auto Sync Enabled*: synchronizes your bookmarks every time the extension is activated. `default: true`.\r\n- *Default Clone Path*: it will set the path for every time you hit the *Clone repository* button. Otherwise, GitMarker will popup a dialog where you can choose the folder you want the repository to be cloned.\r\n- *Use Default Clone Path*: enables/disables using the Default Clone Path, defined above. `default: false`.\r\n- *Search Results Per Page*: sets the number of records per page when searching repositories on GitHub. `maximum: 100`.\r\n\r\n\u003cbr/\u003e\r\n\r\n## Notes\r\nGitMarker uses [GitHub API](https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api) for its features, like searching and synchronizing repositories. According to the documentation:\r\n\r\n\u003e Unauthenticated clients can make 60 requests per hour. To get more requests per hour, we'll need to authenticate. In fact, doing anything interesting with the GitHub API requires authentication.\r\n\r\nI recommend you set a [Personal Access Token (PAT)](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) on GitMarker to have the best experience. Once it's all set, GitMarker stores it in the \u003cb\u003esecret storage\u003c/b\u003e to ensure your token will not be read or misused by other extensions.\r\n\r\n\u003cbr/\u003e\r\n\r\n## Change Log and development\r\nThe extension was fully developed with \u003ca href=\"https://www.typescriptlang.org/\" target=\"_blank\"\u003eTypescript\u003c/a\u003e using Visual Studio Code and its \u003ca href=\"https://code.visualstudio.com/api\" target=\"_blank\"\u003eExtension API\u003c/a\u003e. You can learn more about the process with \u003ca href=\"https://falberthen.github.io/posts/gitmarker-pt1/\" target=\"_blank\"\u003ethis\u003c/a\u003e series of articles, which I detail step by step.\r\n\r\n[Check the changelog](CHANGELOG.md) if you're interested in following the development progression, new features added, and bug fixes.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalberthen%2Fgitmarker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalberthen%2Fgitmarker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalberthen%2Fgitmarker/lists"}