{"id":49011252,"url":"https://github.com/k33wee/clippy-land","last_synced_at":"2026-04-18T23:13:35.160Z","repository":{"id":335217065,"uuid":"1144178679","full_name":"k33wee/clippy-land","owner":"k33wee","description":"A minimal COSMIC panel applet that keeps a history of the latest copied text and images entries","archived":false,"fork":false,"pushed_at":"2026-04-08T15:23:53.000Z","size":435,"stargazers_count":29,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-08T15:25:05.023Z","etag":null,"topics":["applet","clipboard","clipboard-history","clipboard-manager","clippy","cosmic","cosmic-desktop","linux","pop-os"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k33wee.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"keewee","thanks_dev":null,"custom":["paypal.me/kinycx"]}},"created_at":"2026-01-28T11:41:47.000Z","updated_at":"2026-04-07T14:54:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/k33wee/clippy-land","commit_stats":null,"previous_names":["k33wee/clippy-land"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/k33wee/clippy-land","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33wee%2Fclippy-land","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33wee%2Fclippy-land/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33wee%2Fclippy-land/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33wee%2Fclippy-land/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k33wee","download_url":"https://codeload.github.com/k33wee/clippy-land/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33wee%2Fclippy-land/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31987930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"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":["applet","clipboard","clipboard-history","clipboard-manager","clippy","cosmic","cosmic-desktop","linux","pop-os"],"created_at":"2026-04-18T23:13:34.482Z","updated_at":"2026-04-18T23:13:35.139Z","avatar_url":"https://github.com/k33wee.png","language":"Rust","funding_links":["https://buymeacoffee.com/keewee","paypal.me/kinycx"],"categories":[],"sub_categories":[],"readme":"# clippy-land\n\nCOSMIC panel applet for keeping a history of recently copied text and images.\n\nThis applet polls the Wayland clipboard and updates the history when\nthe contents change.\n\n![applet example](./resources/example.png)\n\n## Main features\n\n- Keep a history of the latest **30** clipboard entries (text + images)\n- Re-copy an entry with a single click\n- Remove individual entries from the history\n- Clear all entries from history with one click\n- Pin important entries to the top of the history (5 pinned entries max)\n- Move between entries with arrow keys (up/down or k/j to navigate between entries, left/right or h/l to move to pin or delete buttons. You need to interact with the applet at least once to enable keyboard navigation)\n\n## Table of Contents\n\n\u003e - [Dependencies](#dependencies)\n\u003e - [Build](#build)\n\u003e - [Build/Install with just](#buildinstall-with-just)\n\u003e - [Install with custom paths](#install-with-custom-paths)\n\u003e - [Install with Flatpak](#install-with-flatpak)\n\u003e - [Install for Debian/Ubuntu](#install-for-debianubuntu)\n\u003e - [Install for Fedora](#install-for-fedora)\n\u003e - [Usage](#usage)\n\u003e - [Notes](#notes)\n\u003e - [Translations](#translations)\n\n## Dependencies\n\n- Wayland clipboard support (via `wl-clipboard-rs`)\n- Build dependencies for libcosmic:\n\n```bash\nsudo apt install cargo cmake just libexpat1-dev libfontconfig-dev libfreetype-dev libxkbcommon-dev pkgconf\n```\n\n## Build\n\n```bash\ncargo build --release\n```\n\n## Build/Install with just\n\n```bash\n# build\njust build\n\n# install for current user\njust install\n```\n\n## Install with custom paths\n\n```\n# (supported env vars: BIN_DIR, APP_DIR, ICON_DIR, METAINFO_DIR, EXEC_PATH)\n# note: `just install` expands a leading `~/` in EXEC_PATH before writing the desktop `Exec=` line\n\nBIN_DIR=~/.local/bin \\\nAPP_DIR=~/.local/share/applications \\\nICON_DIR=~/.local/share/icons/hicolor/scalable/apps \\\nMETAINFO_DIR=~/.local/share/metainfo \\\nEXEC_PATH=~/.local/bin/cosmic-applet-clippy-land \\\njust install\n\n# uninstall\njust uninstall\n```\n\n## Install with Flatpak\n\n1. Add the required remotes (if not already added):\n\n```bash\nflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n```\n\n2. Download the latest `.flatpak` from the [releases page](https://github.com/k33wee/clippy-land/releases/).\n3. In a terminal, navigate to the directory where you downloaded the `.flatpak` file and run:\n\n```bash\nflatpak install --user ./clippy-land_\u003cversion\u003e.flatpak\n```\n\nThis will install the applet for your user. If you encounter missing runtime errors, ensure the remotes above are added and try again.\n\n## Install for Debian/Ubuntu\n\nDownload the latest .deb from the [releases page](https://github.com/k33wee/clippy-land/releases/):\nIn a terminal, navigate to the directory where you downloaded the .deb file and run:\n\n```bash\nsudo apt install ./cosmic-applet-clippy-land_\u003cversion\u003e_amd64.deb\n```\n\n## Install for Fedora\n\nThanks to [lorduskordus](https://github.com/lorduskordus) there is now an RPM package on COPR.\n\n- [copr.fedorainfracloud.org/coprs/kordus/cosmic-applets](https://copr.fedorainfracloud.org/coprs/kordus/cosmic-applets)\n\nTraditional Fedora\n\n```sh\nsudo dnf copr enable kordus/cosmic-applets\nsudo dnf install cosmic-applet-clippy-land\n```\n\nFedora Atomic\n\n```sh\nsudo wget \\\n    https://copr.fedorainfracloud.org/coprs/kordus/cosmic-applets/repo/fedora/kordus-cosmic-applets.repo \\\n    -O /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:kordus:cosmic-applets.repo\nrpm-ostree install cosmic-applet-clippy-land\n```\n\n## Usage\n\nOpen **COSMIC Settings → Desktop → Panel → Applets** and add “Clippy Land” to your panel.\nYou might need to log out and back in to see the applet in the list of available applets.\n\n## Notes\n\n- App ID is currently `io.github.k33wee.clippy-land`.\n\n## Translations\n\nThanks to our community contributors, Clippy Land is available in the following languages:\n\n- **Italian** ([k33wee](https://github.com/k33wee))\n- **English** ([k33wee](https://github.com/k33wee))\n- **Portuguese** ([GuilhermeTerriaga](https://github.com/GuilhermeTerriaga))\n- **Czech** ([lorduskordus](https://github.com/lorduskordus))\n- **Ukrainian** ([Dymkom](https://github.com/Dymkom))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk33wee%2Fclippy-land","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk33wee%2Fclippy-land","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk33wee%2Fclippy-land/lists"}