{"id":22472210,"url":"https://github.com/ckampfe/clipurl","last_synced_at":"2026-03-02T22:37:38.699Z","repository":{"id":46547650,"uuid":"426790477","full_name":"ckampfe/clipurl","owner":"ckampfe","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-02T21:08:21.000Z","size":103,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T00:21:04.706Z","etag":null,"topics":["cli","clipboard","database","sqlite","url"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckampfe.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":"2021-11-10T22:00:33.000Z","updated_at":"2025-03-02T21:08:24.000Z","dependencies_parsed_at":"2025-04-14T02:33:05.113Z","dependency_job_id":"bee76204-9275-4f6b-86fc-4828435267c2","html_url":"https://github.com/ckampfe/clipurl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ckampfe/clipurl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fclipurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fclipurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fclipurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fclipurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckampfe","download_url":"https://codeload.github.com/ckampfe/clipurl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fclipurl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30022937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T22:30:10.381Z","status":"ssl_error","status_checked_at":"2026-03-02T22:23:34.650Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","database","sqlite","url"],"created_at":"2024-12-06T12:12:40.108Z","updated_at":"2026-03-02T22:37:38.635Z","avatar_url":"https://github.com/ckampfe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clipurl\n\n[![Rust](https://github.com/ckampfe/clipurl/actions/workflows/rust.yml/badge.svg)](https://github.com/ckampfe/clipurl/actions/workflows/rust.yml)\n\nThe intent of Clipurl is to give you a history of the URLs you share.\n\nClipurl polls your system clipboard/pasteboard, checks if its contents parse as a URL (according to [this library](https://crates.io/crates/url)), and if so, adds that URL to a SQLite database of your choice.\n\nInspired by [this](https://lobste.rs/s/b6oms9/this_project_will_only_take_2_hours).\n\n## Install\n\n```\n$ cargo install --git https://github.com/ckampfe/clipurl\n```\n\n## Typical use\n\nIt probably makes the most sense to add it to your init (systemd, launchd, or whatever else), but you can run `clipurl` in a terminal, as a background job, a daemon, or whatever else like so:\n\n```\n$ clipurl --links-db-file my_links.db --poll-interval-milliseconds 5000\n```\n\n`clipurl` will create the `links-db-file` if it does not exist.\n\n## CLI\n\n```\n$ clipurl -h\nclipurl 0.1.0\n\nUSAGE:\n    clipurl [OPTIONS] --links-db-file \u003clinks-db-file\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -l, --links-db-file \u003clinks-db-file\u003e\n    -p, --poll-interval-milliseconds \u003cpoll-interval-milliseconds\u003e     [default: 5000]\n```\n\n## SQLite\n\n`clipurl` use your system SQLite. This can be changed in the `Cargo.toml` by adding the `bundled` feature to the `rusqlite` dependency.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Fclipurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckampfe%2Fclipurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Fclipurl/lists"}