{"id":24401920,"url":"https://github.com/givensuman/fish-copyutils","last_synced_at":"2026-05-12T16:37:12.287Z","repository":{"id":270873944,"uuid":"910996960","full_name":"givensuman/fish-copyutils","owner":"givensuman","description":"some fish plugins for copying stuff","archived":false,"fork":false,"pushed_at":"2026-04-27T00:50:48.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-27T02:33:26.795Z","etag":null,"topics":["fish-plugin","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/givensuman.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-02T02:24:32.000Z","updated_at":"2026-04-27T00:50:52.000Z","dependencies_parsed_at":"2025-01-03T18:28:12.316Z","dependency_job_id":"0edb2b5b-3334-4693-82d7-fda6133038c7","html_url":"https://github.com/givensuman/fish-copyutils","commit_stats":null,"previous_names":["givensuman/fish-copyutils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/givensuman/fish-copyutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givensuman%2Ffish-copyutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givensuman%2Ffish-copyutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givensuman%2Ffish-copyutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givensuman%2Ffish-copyutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/givensuman","download_url":"https://codeload.github.com/givensuman/fish-copyutils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givensuman%2Ffish-copyutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32948073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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":["fish-plugin","shell"],"created_at":"2025-01-20T00:57:39.606Z","updated_at":"2026-05-12T16:37:12.280Z","avatar_url":"https://github.com/givensuman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./assets/logo.png\" alt=\"fish-copyutils\" height=\"200\" /\u003e\n\u003c/div\u003e\n\n# fish-copyutils\n\nA port of the [Oh-My-Zsh](https://github.com/ohmyzsh/ohmyzsh) plugins [copybuffer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copybuffer), [copyfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copyfile), and [copypath](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) for the Fish shell, plus some extras.\n\n### Installation\n\nInstall with [fisher](https://github.com/jorgebucaran/fisher):\n\n```shell\nfisher install givensuman/fish-copyutils\n```\n\n### Usage\n\n#### `copybuffer`\n\nCopy text in command line to clipboard\n\n```shell\necho \"A command still being typed\" # -\u003e Copy with `ctrl+o`\n```\n\n`ctrl+o` keybinding can be rebound with `copybuffer_keybind` variable; just reinstall after doing so\n\n#### `copyfile`\n\nCopy file contents to clipboard\n\n```shell\ncopyfile hello_world.txt # -\u003e Hello, world!\n```\n\n#### `pastefile`\n\nPaste clipboard contents to file\n\n```shell\npastefile hello_world.txt # -\u003e hello_world.txt created\n```\n\n#### `copypath`\n\nCopy path to clipboard\n\n```shell\n# both of these have the same result\ncopypath /foo/bar # -\u003e /foo/bar\ncd /foo/bar\ncopypath          # -\u003e /foo/bar\n```\n\n#### `copy`, `paste`\n\nAliases for `fish_clipboard_copy` and `fish_clipboard_paste`.\n\n### Requirements\n\nAs you might expect, currently heavily leverages the `fish_clipboard_copy` and `fish_clipboard_paste` functions built into the shell, which only support the following system clipboards:\n\n- `pbcopy`\n- `wl-copy` using Wayland\n- `xsel` and `xclip` for X11\n- `clip.exe` on Windows\n\nSee the [docs](https://fishshell.com/docs/current/cmds/fish_clipboard_copy.html) for more details.\n\n### License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgivensuman%2Ffish-copyutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgivensuman%2Ffish-copyutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgivensuman%2Ffish-copyutils/lists"}