{"id":27019045,"url":"https://github.com/jabbalaci/jabba-ctc","last_synced_at":"2025-04-04T17:18:45.401Z","repository":{"id":62444982,"uuid":"519501188","full_name":"jabbalaci/jabba-ctc","owner":"jabbalaci","description":"Copies its argument (as text) to the clipboard.","archived":false,"fork":false,"pushed_at":"2023-02-19T17:38:54.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T00:13:55.485Z","etag":null,"topics":["argument","clipboard"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/jabba-ctc","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/jabbalaci.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}},"created_at":"2022-07-30T11:43:33.000Z","updated_at":"2022-07-30T12:29:31.000Z","dependencies_parsed_at":"2022-11-01T22:01:50.289Z","dependency_job_id":null,"html_url":"https://github.com/jabbalaci/jabba-ctc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fjabba-ctc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fjabba-ctc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fjabba-ctc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fjabba-ctc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabbalaci","download_url":"https://codeload.github.com/jabbalaci/jabba-ctc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246785430,"owners_count":20833490,"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":["argument","clipboard"],"created_at":"2025-04-04T17:18:44.926Z","updated_at":"2025-04-04T17:18:45.390Z","avatar_url":"https://github.com/jabbalaci.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jabba-ctc\n\nThe name \"ctc\" stands for _**c**opy **t**ext to **c**lipboard_. This is a binary crate.\n\n`ctc` can copy its argument (as text) to the clipboard OR it can\ncopy the content of a text file to the clipboard.\n\n```\n$ ctc --help\nctc (copy text to clipboard) v0.1.1\n\nUsage examples:\n\n* ctc                   print help\n* ctc -h, ctc --help    print help\n* ctc \u003ctext\u003e            copy the given text to clipboard\n* ctc -f \u003cfile\u003e         copy the content of the given file to clipboard\n```\n\nSupported platforms: Windows and Linux (with X server).\n\n## Windows\n\nPut `ctc.exe` to a folder that is in your PATH.\n\nExample:\n\n```\nc:\\\u003e ctc hello.txt\n```\n\nNow the text \"**hello.txt**\" is copied to the clipboard.\n\n## Linux\n\n`ctc` relies on the external command `xsel` to manipulate the content of the clipboard.\nThus, you must install `xsel` using your package manager (under Ubuntu it's\n`sudo apt install xsel`).\n\nUnder Linux, there are two clipboards. They are called \"primary\" and \"clipboard\". `ctc`\nputs the text on both of them, thus you can insert the text with one of the following\nmethods: Ctrl+v, Shift+Insert, or mouse middle click.\n\nSee the example above, it works similarly under Linux.\n\n## Installation\n\n`ctc` is written in Rust. If you have the Rust compiler, you can install it directly\nfrom crates.io using the command `cargo`:\n\n    $ cargo install jabba-ctc\n\n## Links\n\n* [jabba-cpc](https://github.com/jabbalaci/jabba-cpc): **c**opy **p**ath to **c**lipboard\n* [go-cpc-ctc](https://github.com/jabbalaci/go-cpc-ctc): a Go implementation of cpc and ctc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fjabba-ctc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabbalaci%2Fjabba-ctc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fjabba-ctc/lists"}