{"id":29405641,"url":"https://github.com/tikrack/tikcopy","last_synced_at":"2026-05-16T21:01:51.980Z","repository":{"id":303955178,"uuid":"1017408194","full_name":"tikrack/tikcopy","owner":"tikrack","description":"Rust clipboard for linux","archived":false,"fork":false,"pushed_at":"2025-07-10T15:45:23.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T17:50:44.722Z","etag":null,"topics":["clipboard","copy","linux","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/tikrack.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-10T13:40:34.000Z","updated_at":"2025-07-10T15:48:17.000Z","dependencies_parsed_at":"2025-07-10T18:12:31.207Z","dependency_job_id":null,"html_url":"https://github.com/tikrack/tikcopy","commit_stats":null,"previous_names":["tikrack/tikcopy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tikrack/tikcopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikrack%2Ftikcopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikrack%2Ftikcopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikrack%2Ftikcopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikrack%2Ftikcopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tikrack","download_url":"https://codeload.github.com/tikrack/tikcopy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikrack%2Ftikcopy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33118950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: 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":["clipboard","copy","linux","rust"],"created_at":"2025-07-10T22:46:10.900Z","updated_at":"2026-05-16T21:01:51.976Z","avatar_url":"https://github.com/tikrack.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg width=\"150\" alt=\"TikCopy\" src=\"https://github.com/user-attachments/assets/c8159c90-be1c-402d-b79e-125a3a99d074\" /\u003e\n  \u003cbr /\u003e\n  TikCopy\n\u003c/h1\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eA simple yet powerful clipboard history manager for Linux (CLI version)\u003c/b\u003e\u003cbr/\u003e\n  Store, view, and reuse your clipboard entries — like \u003ccode\u003eWindows + V\u003c/code\u003e but in your terminal.\n\u003c/p\u003e\n\n---\n\n## 🚀 Features\n\n- 🔁 Keep history of your clipboard (up to 50 items)\n- 🧠 Reuse any past entry with a simple command\n- 📋 Add directly from clipboard or via \u003ccode\u003estdin\u003c/code\u003e\n- 🧼 Clean and readable CLI with colored output\n- 🐧 Linux first — fast, native, and Rust-powered!\n\n---\n\n## 📦 Installation\n\n### ✅ Via Cargo (Recommended)\n\n```bash\ncargo install --git https://github.com/YOUR_USERNAME/tikcopy\n```\nOr if you have the code locally:\n```bash\ngit clone https://github.com/YOUR_USERNAME/tikcopy\ncd tikcopy\ncargo install --path .\n```\n\n---\n\n## 📁 Manual (Release Binary)\n\n```bash\ncargo build --release\nsudo cp target/release/tikcopy /usr/local/bin/\n```\n\n---\n\n## ⚙ Usage\n\n```bash\ntikcopy add                 # Add current clipboard content to history\necho \"Hello\" | tikcopy add  # Add piped content to history\ntikcopy list                # List all stored clipboard entries\ntikcopy use 2               # Use 2nd item in clipboard\ntikcopy delete 1            # Delete 1st item from history\n```\n\n📂 History is stored in:\n`~/.local/share/tikcopy_history.json`\n\n---\n\n## 📸 Screenshot\n\n```bash\n$ tikcopy list\n1: Hello world!\n2: copied text\n3: some other clipboard item\n```\n\n---\n\n## 🤝 Contributions\n\nFeel free to open issues, PRs, or share ideas.\nIf you like the project, consider starring ⭐️ it to support!\n\n---\n\n## 🪪 License\n\nMIT License © 2025 [Tikrack](https://github.com/tikrack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikrack%2Ftikcopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftikrack%2Ftikcopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikrack%2Ftikcopy/lists"}