{"id":13587790,"url":"https://github.com/wfxr/tmux-fzf-url","last_synced_at":"2025-04-04T15:08:42.269Z","repository":{"id":31609605,"uuid":"128286304","full_name":"wfxr/tmux-fzf-url","owner":"wfxr","description":"🚀 Quickly open urls on your terminal screen!","archived":false,"fork":false,"pushed_at":"2024-04-14T14:24:53.000Z","size":1414,"stargazers_count":522,"open_issues_count":15,"forks_count":42,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-13T02:09:04.425Z","etag":null,"topics":["cli","fzf","tmux","tmux-plugin","tui"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/wfxr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE.txt","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},"funding":{"ko_fi":"wfxr"}},"created_at":"2018-04-06T02:06:33.000Z","updated_at":"2024-10-03T03:41:21.000Z","dependencies_parsed_at":"2023-02-10T10:46:09.408Z","dependency_job_id":"e56e6d1d-9f81-4a1a-8d76-9b54c59d7038","html_url":"https://github.com/wfxr/tmux-fzf-url","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/wfxr%2Ftmux-fzf-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfxr%2Ftmux-fzf-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfxr%2Ftmux-fzf-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfxr%2Ftmux-fzf-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wfxr","download_url":"https://codeload.github.com/wfxr/tmux-fzf-url/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198460,"owners_count":20900080,"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":["cli","fzf","tmux","tmux-plugin","tui"],"created_at":"2024-08-01T15:06:21.859Z","updated_at":"2025-04-04T15:08:42.239Z","avatar_url":"https://github.com/wfxr.png","language":"Shell","funding_links":["https://ko-fi.com/wfxr"],"categories":["Shell","Tools","Plugins"],"sub_categories":["sh"],"readme":"# tmux-fzf-url\n\n[![TPM](https://img.shields.io/badge/tpm--support-true-blue)](https://github.com/tmux-plugins/tpm)\n[![Awesome](https://img.shields.io/badge/Awesome-tmux-d07cd0?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABVklEQVRIS+3VvWpVURDF8d9CRAJapBAfwWCt+FEJthIUUcEm2NgIYiOxsrCwULCwktjYKSgYLfQF1JjCNvoMNhYRCwOO7HAiVw055yoBizvN3nBmrf8+M7PZsc2RbfY3AfRWeNMSVdUlHEzS1t6oqvt4n+TB78l/AKpqHrdwLcndXndU1WXcw50k10c1PwFV1fa3cQVzSR4PMd/IqaoLeIj2N1eTfG/f1gFVtQMLOI+zSV6NYz4COYFneIGLSdZSVbvwCMdxMsnbvzEfgRzCSyzjXAO8xlHcxMq/mI9oD+AGlhqgxjD93OVOD9TUuICdXd++/VeAVewecKKv2NPlfcHUAM1qK9FTnBmQvJjkdDfWzzE7QPOkAfZiEce2ECzhVJJPHWAfGuTwFpo365pO0NYjmEFr5Eas4SPeJfll2rqb38Z7/yaaD+0eNM3kPejt86REvSX6AamgdXkgoxLxAAAAAElFTkSuQmCC)](https://github.com/rothgar/awesome-tmux)\n[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://wfxr.mit-license.org/2018)\n\nA tmux plugin for opening urls from browser quickly without mouse.\n\n![screenshot](https://raw.githubusercontent.com/wfxr/i/master/tmux-fzf-url.gif)\n\n### 📥 Installation\n\nPrerequisites:\n* [`fzf`](https://github.com/junegunn/fzf)\n* [`bash`](https://www.gnu.org/software/bash/)\n\n**Install using [TPM](https://github.com/tmux-plugins/tpm)**\n\nAdd this line to your tmux config file, then hit `prefix + I`:\n\n``` tmux\nset -g @plugin 'wfxr/tmux-fzf-url'\n```\n\n**Install manually**\n\nClone this repo somewhere and source `fzf-url.tmux` at the config file.\n\n### 📝 Usage\n\nThe default key-binding is `u`(of course prefix hit is needed), it can be modified by\nsetting value to `@fzf-url-bind` at the tmux config like this:\n\n``` tmux\nset -g @fzf-url-bind 'x'\n```\n\nYou can also extend the capture groups by defining `@fzf-url-extra-filter`:\n\n``` tmux\n# simple example for capturing files like 'abc.txt'\nset -g @fzf-url-extra-filter 'grep -oE \"\\b[a-zA-Z]+\\.txt\\b\"'\n```\n\nThe plugin default captures the current screen. You can set `history_limit` to capture\nthe scrollback history:\n\n```tmux\nset -g @fzf-url-history-limit '2000'\n```\n\nYou can use custom fzf options by defining `@fzf-url-fzf-options`.\n\n```\n# open tmux-fzf-url in a tmux v3.2+ popup\nset -g @fzf-url-fzf-options '-w 50% -h 50% --multi -0 --no-preview --no-border'\n```\n\nBy default, `tmux-fzf-url` will use `xdg-open`, `open`, or the `BROWSER`\nenvironment variable to open the url, respectively. If you want to use a\ndifferent command, you can set `@fzf-url-open` to the command you want to use.\n\n```tmux\nset -g @fzf-url-open \"firefox\"\n```\n\n### 💡 Tips\n\n- You can mark multiple urls and open them at once.\n- The tmux theme showed in the screenshot is [tmux-power](https://github.com/wfxr/tmux-power).\n\n### 🧩 Similar projects\n\n- [tmux-fzf-links](https://github.com/alberti42/tmux-fzf-links): A more versatile tmux plugin that allows you to search for and open links.\n\n### 🔗 Other plugins\n\n- [tmux-power](https://github.com/wfxr/tmux-power)\n- [tmux-net-speed](https://github.com/wfxr/tmux-net-speed)\n\n### 📃 License\n\n[MIT](https://wfxr.mit-license.org/2018) (c) Wenxuan Zhang\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfxr%2Ftmux-fzf-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwfxr%2Ftmux-fzf-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfxr%2Ftmux-fzf-url/lists"}