All Projects → wfxr → Tmux Fzf Url

wfxr / Tmux Fzf Url

Licence: other
🚀 Quickly open urls on your terminal screen!

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Tmux Fzf Url

Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+17946.26%)
Mutual labels:  fzf, cli, tmux
Sad
CLI search and replace | Space Age seD
Stars: ✭ 350 (+54.19%)
Mutual labels:  fzf, cli, tui
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-23.79%)
Mutual labels:  cli, tui
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (-20.7%)
Mutual labels:  cli, tmux
Twf
Standalone tree view file explorer, inspired by fzf.
Stars: ✭ 196 (-13.66%)
Mutual labels:  fzf, cli
Cistern
A terminal UI for Unix to monitor Continuous Integration pipelines from the command line. Current integrations include GitLab, Azure DevOps, Travis CI, AppVeyor and CircleCI.
Stars: ✭ 161 (-29.07%)
Mutual labels:  cli, tui
Tmux 1password
🔑 Access your 1Password login items within tmux!
Stars: ✭ 167 (-26.43%)
Mutual labels:  fzf, tmux
Sway Launcher Desktop
TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
Stars: ✭ 188 (-17.18%)
Mutual labels:  fzf, tui
Dots
Personal *nix configuration files
Stars: ✭ 136 (-40.09%)
Mutual labels:  fzf, tmux
Qrc
QR code generator for text terminals (ASCII art, Sixel)
Stars: ✭ 200 (-11.89%)
Mutual labels:  cli, tui
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+1848.02%)
Mutual labels:  fzf, cli
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+6769.6%)
Mutual labels:  cli, tmux
Enhancd
🚀 A next-generation cd command with your interactive filter
Stars: ✭ 2,049 (+802.64%)
Mutual labels:  fzf, cli
Gotime
CUI project/task/time tracker written in golang
Stars: ✭ 144 (-36.56%)
Mutual labels:  cli, tui
Discordrpcmaker
Cross-platform Discord Rich Presence Maker, WITH BUTTONS!
Stars: ✭ 165 (-27.31%)
Mutual labels:  cli, tui
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+1301.76%)
Mutual labels:  cli, tui
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+6109.69%)
Mutual labels:  cli, tui
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (+1055.51%)
Mutual labels:  cli, tui
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-43.61%)
Mutual labels:  cli, tui
Grofer
A system and resource monitoring tool written in Golang!
Stars: ✭ 135 (-40.53%)
Mutual labels:  cli, tui

tmux-fzf-url

TPM Awesome License

A tmux plugin for opening urls from browser quickly without mouse.

screenshot

📥 Installation

Make sure you have fzf installed.

Install using TPM

Add this line to your tmux config file, then hit prefix + I:

set -g @plugin 'wfxr/tmux-fzf-url'

Install manually

Clone this repo somewhere and source fzf-url.tmux at the config file.

📝 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:

set -g @fzf-url-bind 'x'

You can also extend the capture groups by defining @fzf-url-extra-filter:

# simple example for capturing files like 'abc.txt'
set -g @fzf-url-extra-filter 'grep -oE "\b[a-zA-Z]+\.txt\b"'

💡 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.

🔗 Other plugins

📃 License

MIT (c) Wenxuan Zhang

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].