{"id":19915886,"url":"https://github.com/kyure-a/zsh-universal-kill-ring","last_synced_at":"2025-05-03T05:32:36.788Z","repository":{"id":194855397,"uuid":"690244494","full_name":"Kyure-A/zsh-universal-kill-ring","owner":"Kyure-A","description":"Emacs style kill-ring implementation of zsh that does not depend on external commands","archived":false,"fork":false,"pushed_at":"2023-11-22T05:40:12.000Z","size":74,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-22T06:30:42.099Z","etag":null,"topics":["arboard","emacs","kill-ring","rust-script","zsh","zsh-plugin"],"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/Kyure-A.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}},"created_at":"2023-09-11T20:21:46.000Z","updated_at":"2023-10-19T19:16:46.000Z","dependencies_parsed_at":"2023-11-22T06:29:36.006Z","dependency_job_id":null,"html_url":"https://github.com/Kyure-A/zsh-universal-kill-ring","commit_stats":null,"previous_names":["kyure-a/kill-ring.zsh","kyure-a/universal-kill-ring.zsh","kyure-a/zsh-universal-kill-ring"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyure-A%2Fzsh-universal-kill-ring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyure-A%2Fzsh-universal-kill-ring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyure-A%2Fzsh-universal-kill-ring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyure-A%2Fzsh-universal-kill-ring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kyure-A","download_url":"https://codeload.github.com/Kyure-A/zsh-universal-kill-ring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224354830,"owners_count":17297410,"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":["arboard","emacs","kill-ring","rust-script","zsh","zsh-plugin"],"created_at":"2024-11-12T21:42:50.628Z","updated_at":"2024-11-12T21:42:51.209Z","avatar_url":"https://github.com/Kyure-A.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zsh-universal-kill-ring\n## Dependency\n- [rust-script](https://rust-script.org)\n\n## Motivation\nSome environments do not have pbcopy or xsel (default Ubuntu does). We have created a command to use [**arboard**](https://github.com/1Password/arboard) as a means of using the clipboard without relying on these.\n\n## Usage\nIt can be installed with any zsh plugin manager, or cloned and loaded with source. afterwards, add the following code to your `.zshrc`.\n\n```zsh\nbindkey '^k' copy-line-as-kill\nbindkey '^y' paste-as-yank\nbindkey '^[y' paste-as-yank-pop # History fuzzy search is implemented, but does not work well as yank\n```\n\n### paste-as-yank-pop\n![yank-pop](https://github.com/Kyure-A/universal-kill-ring.zsh/assets/49436968/990081e5-9c15-4822-892b-be726a778787)\n![fuzzzy searching](https://github.com/Kyure-A/universal-kill-ring.zsh/assets/49436968/9935536f-7cbf-4eb5-8704-acfd07720100)\n\n\nEnjoy an Emacs-like kill-ring experience! (The first time you install this, this is slow because of compile, but after that this is stress-free and fast).\n\n## Environment variable\n``` zsh\n$UNIKRHIST\n```\nThis environment variable specifies the file that stores the kill-ring history (UNIversal Kill-Ring HISTory).\n\n## Todo\n- [x] Copy\n- [x] Paste\n  - [ ] Search and paste from history (incomplete)\n- [x] History\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyure-a%2Fzsh-universal-kill-ring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyure-a%2Fzsh-universal-kill-ring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyure-a%2Fzsh-universal-kill-ring/lists"}