{"id":19313644,"url":"https://github.com/mingrammer/clip","last_synced_at":"2025-10-09T22:05:21.120Z","repository":{"id":57555485,"uuid":"124336604","full_name":"mingrammer/clip","owner":"mingrammer","description":":paperclip: A simple key-value store for clipboard","archived":false,"fork":false,"pushed_at":"2018-12-12T13:21:41.000Z","size":818,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-30T01:59:06.967Z","etag":null,"topics":["cli","clipboard","key-value-store"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mingrammer.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}},"created_at":"2018-03-08T04:27:35.000Z","updated_at":"2021-01-13T19:55:31.000Z","dependencies_parsed_at":"2022-09-10T17:00:14.269Z","dependency_job_id":null,"html_url":"https://github.com/mingrammer/clip","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mingrammer/clip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingrammer","download_url":"https://codeload.github.com/mingrammer/clip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fclip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002095,"owners_count":26083305,"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-09T02:00:07.460Z","response_time":59,"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":["cli","clipboard","key-value-store"],"created_at":"2024-11-10T00:40:33.995Z","updated_at":"2025-10-09T22:05:21.091Z","avatar_url":"https://github.com/mingrammer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003eClip\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/mingrammer/clip\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/mingrammer/clip\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA simple key-value store for clipboard\n\u003c/p\u003e\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\nIt is a command line tool for simple key-value store for clipboard. I often use frequently used text, especially long texts that are hard to remember, on the clipboard. But it is cumbersome to copy the text manually by using trackpad or mouse. So `clip` was developed to solve this problem.\n\n## Installation\n\n### Using go get\n\n```bash\ngo get github.com/mingrammer/clip\n```\n\nIt is recommended to also run `dep ensure` to make sure that the dependencies are in the correct versions.\n\n### Using [homebrew](https://brew.sh)\n\n```bash\nbrew tap mingrammer/clip\nbrew install clip\n```\n\n## Usage\n\n```console\n# List all key-value pairs\nclip list\n\n# Get a value of a specific key\nclip get \u003ckey\u003e\n\n# Set a key-value pair\nclip set \u003ckey\u003e \u003cvalue\u003e\n\n# Delete a key\nclip del \u003ckey\u003e\n\n# Copy a value of a specific key to clipboard\nclip cp \u003ckey\u003e\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingrammer%2Fclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingrammer%2Fclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingrammer%2Fclip/lists"}