{"id":13438957,"url":"https://github.com/cdown/clipnotify","last_synced_at":"2025-04-07T17:11:39.238Z","repository":{"id":29185377,"uuid":"120463400","full_name":"cdown/clipnotify","owner":"cdown","description":"Notify on new X clipboard events","archived":false,"fork":false,"pushed_at":"2024-03-30T23:28:43.000Z","size":7,"stargazers_count":238,"open_issues_count":3,"forks_count":34,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-31T15:19:08.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdown.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}},"created_at":"2018-02-06T13:45:32.000Z","updated_at":"2025-03-24T03:38:32.000Z","dependencies_parsed_at":"2024-10-24T21:24:11.058Z","dependency_job_id":"75765602-d0f8-4986-a595-9ca8a559ef12","html_url":"https://github.com/cdown/clipnotify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdown%2Fclipnotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdown%2Fclipnotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdown%2Fclipnotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdown%2Fclipnotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdown","download_url":"https://codeload.github.com/cdown/clipnotify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694877,"owners_count":20980733,"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":[],"created_at":"2024-07-31T03:01:09.962Z","updated_at":"2025-04-07T17:11:39.222Z","avatar_url":"https://github.com/cdown.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"clipnotify is a simple program that, using the\n[XFIXES](https://cgit.freedesktop.org/xorg/proto/fixesproto/plain/fixesproto.txt)\nextension to X11, waits until a new selection is available and then exits.\n\nIt was primarily designed for [clipmenu](https://github.com/cdown/clipmenu), to\navoid polling for new selections.\n\nHere's how it's intended to be used:\n\n    while read; do\n        [an event happened, do something with the selection]\n    done \u003c \u003c(clipnotify -l)\n\nOr:\n\n    while clipnotify; do\n        [an event happened, do something with the selection]\n    done\n\nclipnotify doesn't try to print anything about the contents of the selection,\nit just exits when it changes. This is intentional -- X11's selection API is\nverging on the insane, and there are plenty of others who have already lost\ntheir sanity to bring us xclip/xsel/etc. Use one of those tools to complement\nclipnotify.\n\nYou can choose a particular selection with `-s`, and loop instead of exiting\nwith `-l`. See `clipmenu -h` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdown%2Fclipnotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdown%2Fclipnotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdown%2Fclipnotify/lists"}