{"id":31795799,"url":"https://github.com/rishpandey/snippeteer","last_synced_at":"2025-10-10T20:21:37.837Z","repository":{"id":57364717,"uuid":"126820217","full_name":"rishpandey/snippeteer","owner":"rishpandey","description":"A text snippet manager you always needed. Download it here ","archived":false,"fork":false,"pushed_at":"2018-07-07T11:48:50.000Z","size":4854,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T09:24:53.281Z","etag":null,"topics":["electron","js","macos","productivity","snippets","text-search","usability","windows"],"latest_commit_sha":null,"homepage":"https://rishpandey.github.io/snippeteer/","language":"HTML","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/rishpandey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-26T11:43:20.000Z","updated_at":"2025-08-27T12:16:12.000Z","dependencies_parsed_at":"2022-09-13T21:01:09.658Z","dependency_job_id":null,"html_url":"https://github.com/rishpandey/snippeteer","commit_stats":null,"previous_names":["imrish/snippeteer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rishpandey/snippeteer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishpandey%2Fsnippeteer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishpandey%2Fsnippeteer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishpandey%2Fsnippeteer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishpandey%2Fsnippeteer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishpandey","download_url":"https://codeload.github.com/rishpandey/snippeteer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishpandey%2Fsnippeteer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005273,"owners_count":26083861,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["electron","js","macos","productivity","snippets","text-search","usability","windows"],"created_at":"2025-10-10T20:21:35.590Z","updated_at":"2025-10-10T20:21:37.831Z","avatar_url":"https://github.com/rishpandey.png","language":"HTML","funding_links":["https://www.paypal.me/imrish"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/img/logo.png\" height=\"180\" width=\"180\" /\u003e\n\u003c/p\u003e\n\n# SNIPPETEER [![Build Status](https://travis-ci.org/imRish/snippeteer.svg?branch=master)](https://travis-ci.org/imRish/snippeteer) [![paypal](https://yourdonation.rocks/images/badge.svg)](https://www.paypal.me/imrish)\n\n_**Snippets Anywhere**_\n\n**SNIPPETEER** is a productivity tool that rescues you from retyping. Just store the snippet using keyboard shortcut to search and paste them everywhere. \n\n## Table of Contents\n\n- [Download](#download)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Screenshots](#screenshots)\n- [Support](#support)\n- [Contributing](#contributing)\n\n## Download\n\nThe latest version of **SNIPPETEER** for macOS, Linux and Windows is available [here](https://github.com/imrish/snippeteer/releases).\n\n**macOS 10.9+, Windows 7+ \u0026 Linux are supported.**\n\n## Installation\n\nTo clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\ngit clone https://github.com/therishabhpandey/snippeteer.git\n\n# Go into the repository\ncd snippeteer\n\n# Install dependencies\nnpm install\n\n# Run app\nnpm start\n\n# Build dist \nnpm run dist \n```\n\n## Usage\n\nDownload or build a release of SNIPPETEER.\n\nSet up these shortcuts, which will be globally registered.     \n- Add a snippet \n- Search for snippet\n\nThese **shortcuts should be accesible from everywhere** in your system, so make sure to not use shortcuts that may conflict with your focussed applications. After adding the snippets, you can search snippets using search shortcut to find and paste the snippet in other applications like notepad, sublime, etc.\nUse **shift** in Search window to toggle between suggested snippets. \n\n_For more examples and usage, please refer to the [Wiki](https://github.com/imRish/snippeteer/wiki)._\n\n## Screenshots\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://github.com/imRish/snippeteer/blob/master/assets/img/screenshot.jpg\" width=\"100%\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n## Support\n\nPlease [open an issue](https://github.com//imrish/snippeteer/issues/new) for support.\n\n## Contributing\n\nPlease contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/imrish/snippeteer/compare/).\n\n## Donate\nIf you love this project and it saves your time, leave a star. \nYou can also [DONATE](https://www.paypal.me/imrish) to support this project and its developers. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishpandey%2Fsnippeteer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishpandey%2Fsnippeteer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishpandey%2Fsnippeteer/lists"}