From 46c5d03be0ec5d3a20be7a799827e0e616b29ddd Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Mon, 15 Jun 2020 10:39:16 +0800 Subject: Update readme (#6) * Update readme * Update readme --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 878fdd0..7739974 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # tmux-fzf-url -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://wfxr.mit-license.org/2018) +[![TPM](https://img.shields.io/badge/tpm--support-true-blue)](https://github.com/tmux-plugins/tpm) +[![Awesome](https://img.shields.io/badge/Awesome-zsh--plugins-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) +[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://wfxr.mit-license.org/2018) -`tmux-fzf-url` is a tmux plugin for opening urls from browser quickly without mouse. +A tmux plugin for opening urls from browser quickly without mouse. ![screenshot](https://raw.githubusercontent.com/wfxr/i/master/tmux-fzf-url.gif) -## Install +### 📥 Installation Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed. -### [TPM](https://github.com/tmux-plugins/tpm) (Recommend) +**Install using [TPM](https://github.com/tmux-plugins/tpm)** Add this line to your tmux config file, then hit `prefix + I`: @@ -18,11 +20,11 @@ Add this line to your tmux config file, then hit `prefix + I`: set -g @plugin 'wfxr/tmux-fzf-url' ``` -### Manually +**Install manually** Clone this repo somewhere and source `fzf-url.tmux` at the config file. -## Usage +### 📝 Usage The default key-binding is `u`(of course prefix hit is needed), it can be modified by setting value to `@fzf-url-bind` at the tmux config like this: @@ -31,12 +33,17 @@ setting value to `@fzf-url-bind` at the tmux config like this: set -g @fzf-url-bind 'x' ``` -## Tips +### 💡 Tips - Use `tab` to mark multiple urls and open them at once. - Hit `ctrl - r` to toggle selection. - The tmux theme showed at screenshot is [tmux-power](https://github.com/wfxr/tmux-power). -## License +### 🔗 Other plugins + +- [tmux-power](https://github.com/wfxr/tmux-power) +- [tmux-net-speed](https://github.com/wfxr/tmux-net-speed) + +### 📃 License [MIT](https://wfxr.mit-license.org/2018) (c) Wenxuan Zhang -- cgit v1.2.3