{"id":18118360,"url":"https://github.com/sergioribera/super_clipboard","last_synced_at":"2025-04-14T16:42:15.871Z","repository":{"id":143546293,"uuid":"614960828","full_name":"SergioRibera/super_clipboard","owner":"SergioRibera","description":"Manage your clipboard history with a beautiful and simple interface","archived":false,"fork":false,"pushed_at":"2024-06-02T01:21:58.000Z","size":3041,"stargazers_count":29,"open_issues_count":7,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T03:32:47.561Z","etag":null,"topics":["clipboard","gui-application","hacktoberfest","linux","rust","rust-lang","wayland","x11"],"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/SergioRibera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["SergioRibera"]}},"created_at":"2023-03-16T17:00:57.000Z","updated_at":"2025-04-04T01:40:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d98978c-8d5a-412d-8a74-d8a21150a083","html_url":"https://github.com/SergioRibera/super_clipboard","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioRibera%2Fsuper_clipboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioRibera%2Fsuper_clipboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioRibera%2Fsuper_clipboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioRibera%2Fsuper_clipboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SergioRibera","download_url":"https://codeload.github.com/SergioRibera/super_clipboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248918341,"owners_count":21183170,"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":["clipboard","gui-application","hacktoberfest","linux","rust","rust-lang","wayland","x11"],"created_at":"2024-11-01T05:10:50.138Z","updated_at":"2025-04-14T16:42:15.845Z","avatar_url":"https://github.com/SergioRibera.png","language":"Rust","funding_links":["https://github.com/sponsors/SergioRibera"],"categories":[],"sub_categories":[],"readme":"https://user-images.githubusercontent.com/56278796/225697681-418086a9-a02e-4087-8588-09fef558eaa6.mp4\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\n\t\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/SergioRibera/super_clipboard/ci.yml?label=ci\u0026style=flat-square\"\u003e\n\t\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/SergioRibera/super_clipboard/build.yml?style=flat-square\"\u003e\n    \u003ca href=\"https://github.com/SergioRibera/super_clipboard/releases\"\u003e\u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/SergioRibera/super_clipboard?label=download\u0026style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### Inspiration\nIn search of a clipboard manager that is comfortable and I can have instantly next to the mouse to speed up my work and at the same time I can include in my workflow and my environment based on WM's, SuperClipboard was born.\n\n\u003e **Warning:** It can run in gnome, but details like mouse tracking, transparency and window colors don't work quite right, if you would like to work on gnome support you can leave your feedback in this [issue](https://github.com/SergioRibera/super_clipboard/issues/2) to take it into account.\n\n### Instalation\n- ArchLinux\n```sh\n# With yay\nyay -S super_clipboard\n# or with Paru\nparu super_clipboard\n# or manually\ngit clone https://aur.archlinux.org/super_clipboard.git /tmp/super_clipboard \u0026\u0026 \\\n    cd /tmp/super_clipboard \u0026\u0026 makepkg -si\n```\n- Manually\n    - Go to [release](https://github.com/SergioRibera/super_clipboard/releases)\n    - Download latest\n    - Unpack\n    - Move binary to /usr/bin\n    - Done\n\n### Features\n- Clean UI\n- Text and Image clipboard\n- Big clipboard history\n- Follow cursor\n- Position based on the display of each screen\n- Transparent UI\n- Pin/Unpin items of clipboard history\n- Generation Random Password\n\n\u003e **NOTE:** The blur it's depends of your compositor\n\n### Usage\nOn your startup WM script call binary as another task\n\nbspwm example\n```\nsuperclipboard \u0026\n```\n\nThen, you can show the clipboard with the default shortcut `Super + Shift + V`\n\nTo show Logs you need set `SUPER_CLIPBOARD_LOG` env variable, here some examples\n\u003e **NOTE:** For more details see [docs](https://docs.rs/env_logger/latest/env_logger/#enabling-logging)\n```bash\n# Show only errors\nSUPER_CLIPBOARD_LOG=error superclipboard\n# Dump to file\nSUPER_CLIPBOARD_LOG=info superclipboard \u003e\u003e /tmp/superclipboard_logs.txt\n# Show only superclipboard crate logs\nSUPER_CLIPBOARD_LOG=off,superclipboard=info superclipboard\n# Show only module of superclipboard crate logs\nSUPER_CLIPBOARD_LOG=off,superclipboard::ui=trace superclipboard\n```\n\n### TODO\n- [ ] Autopaste when select from history\n- [ ] Image from path copied\n- [ ] Synchronization between devices on the same network\n- [x] pin clipboard items\n- [x] Fix keyboard shortcut initial parsing\n- [x] Fix performance increase\n- [x] Position based on the display of each screen\n- [x] Fix Unnautorize remap shortcut\n- [x] Fix auto hide and show window\n\nIcons by \u003ca target=\"_blank\" href=\"https://icons8.com\"\u003eIcons8\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergioribera%2Fsuper_clipboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergioribera%2Fsuper_clipboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergioribera%2Fsuper_clipboard/lists"}