{"id":33185515,"url":"https://github.com/szktkfm/clipy","last_synced_at":"2026-01-14T16:41:28.625Z","repository":{"id":270062630,"uuid":"900252061","full_name":"szktkfm/clipy","owner":"szktkfm","description":"clipy: Manage Your Clipboard History","archived":false,"fork":false,"pushed_at":"2025-01-10T14:44:59.000Z","size":340,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-10T18:39:07.407Z","etag":null,"topics":["cli","clipboard","clipboard-manager","fzf","go","golang","sqlite"],"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/szktkfm.png","metadata":{"files":{"readme":"README.md","changelog":"history.go","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":"2024-12-08T09:40:01.000Z","updated_at":"2025-02-01T19:03:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cda774a-77ed-4837-9f37-c57f8987f2de","html_url":"https://github.com/szktkfm/clipy","commit_stats":null,"previous_names":["szktkfm/clipy"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/szktkfm/clipy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szktkfm%2Fclipy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szktkfm%2Fclipy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szktkfm%2Fclipy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szktkfm%2Fclipy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szktkfm","download_url":"https://codeload.github.com/szktkfm/clipy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szktkfm%2Fclipy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28426157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","clipboard-manager","fzf","go","golang","sqlite"],"created_at":"2025-11-16T05:00:20.093Z","updated_at":"2026-01-14T16:41:28.620Z","avatar_url":"https://github.com/szktkfm.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"copy-paste\"\u003e\u003c/a\u003eCopy/paste and clipboard"],"sub_categories":[],"readme":"# 📋clipy: Manage Your Clipboard History\n\nclipy is a simple tool that saves your clipboard history to a local sqlite database and lets you browse and select entries using an fzf-like interface.\n\n\u003cimg src=\"assets/clipy-demo.gif\" width=\"700\"\u003e\n\n## How to install\n\nTo install clipy using Go, run:\n\n```sh\n$ go install github.com/szktkfm/clipy/cmd/clipy@latest\n```\n\nOr, download it:\n\n[GitHub Releases](https://github.com/szktkfm/clipy/releases)\n\n## How to use\n\nRun `clipy shell` to generate a shell script, and then add it to your zshrc or bashrc file for seamless integration.\n\n```sh\n$ clipy shell zsh | tee -a ~/.zshrc\n\n# https://github.com/szktkfm/clipy\n# Run daemon\nclipy\n\n__clipy_history() {\n    BUFFER=\"${BUFFER}\"$(clipy history --tmux)\n    CURSOR=${#BUFFER}\n    zle redisplay\n}\nzle -N __clipy_history\n\n# Bind the function to Ctrl+j\nbindkey \"^j\" __clipy_history\n```\n\n```sh\n$ source ~/.zshrc\n```\n\nUse the `clipy` command to start a background daemon. This daemon monitors your clipboard for new entries and saves them to the local sqlite database.\n\n```sh\n$ clipy\n```\n\nAccess your clipboard history with the `clipy history` command. If you've set up the shell integration, you can invoke this with Ctrl + J for quick access.\n\n```sh\n$ clipy history \n```\n\n\nUse the `--limit` option to specify the maximum number of entries to display initially.\n\n```sh\n$ clipy history --limit 100\n```\n\nIf you're using tmux, you can display the history in a popup using `tmux display-popup`.\n\nThat's it! 🚀\n\n## Future Work or Idea\n\nSync Across Machines: Integrate with Litestream to sync clipboard history between machines seamlessly.\n\nClipboard Server: Run clipy as a centralized clipboard server to share and manage history across multiple devices.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszktkfm%2Fclipy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszktkfm%2Fclipy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszktkfm%2Fclipy/lists"}